mirror of
https://git.netzspielplatz.de/docker-multiarch/openwrt-firmware-selector.git
synced 2025-11-08 17:19:25 +00:00
namingConvention change
This commit is contained in:
parent
bbe14f4386
commit
f3187cc439
2 changed files with 3 additions and 3 deletions
|
|
@ -3,7 +3,7 @@ import { initReactI18next } from 'react-i18next';
|
|||
import LanguageDetector from 'i18next-browser-languagedetector';
|
||||
import translationEN from './locales/en.json';
|
||||
import translationDE from './locales/de.json';
|
||||
import translationSP from './locales/sp.json';
|
||||
import translationES from './locales/es.json';
|
||||
import Config from './config';
|
||||
|
||||
const resources = {
|
||||
|
|
@ -13,8 +13,8 @@ const resources = {
|
|||
de: {
|
||||
translation: translationDE,
|
||||
},
|
||||
sp: {
|
||||
translation: translationSP
|
||||
es: {
|
||||
translation: translationES
|
||||
}
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue