mirror of
https://git.netzspielplatz.de/docker-multiarch/openwrt-firmware-selector.git
synced 2025-11-08 20:39: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 LanguageDetector from 'i18next-browser-languagedetector';
|
||||||
import translationEN from './locales/en.json';
|
import translationEN from './locales/en.json';
|
||||||
import translationDE from './locales/de.json';
|
import translationDE from './locales/de.json';
|
||||||
import translationSP from './locales/sp.json';
|
import translationES from './locales/es.json';
|
||||||
import Config from './config';
|
import Config from './config';
|
||||||
|
|
||||||
const resources = {
|
const resources = {
|
||||||
|
|
@ -13,8 +13,8 @@ const resources = {
|
||||||
de: {
|
de: {
|
||||||
translation: translationDE,
|
translation: translationDE,
|
||||||
},
|
},
|
||||||
sp: {
|
es: {
|
||||||
translation: translationSP
|
translation: translationES
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue