mirror of
https://git.netzspielplatz.de/docker-multiarch/openwrt-firmware-selector.git
synced 2025-11-08 23:59:32 +00:00
Merge branch 'master' into spanishTranslation
This commit is contained in:
commit
92dd606729
7 changed files with 119 additions and 17 deletions
10
src/i18n.js
10
src/i18n.js
|
|
@ -4,6 +4,8 @@ import LanguageDetector from 'i18next-browser-languagedetector';
|
|||
import translationEN from './locales/en.json';
|
||||
import translationDE from './locales/de.json';
|
||||
import translationES from './locales/es.json';
|
||||
import translationRU from './locales/ru.json';
|
||||
import translationPTBR from './locales/pt_br.json';
|
||||
import Config from './config';
|
||||
|
||||
const resources = {
|
||||
|
|
@ -15,7 +17,13 @@ const resources = {
|
|||
},
|
||||
es: {
|
||||
translation: translationES
|
||||
}
|
||||
},
|
||||
ru: {
|
||||
translation: translationRU,
|
||||
},
|
||||
pt_br: {
|
||||
translation: translationPTBR,
|
||||
},
|
||||
};
|
||||
|
||||
i18n
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue