mirror of
https://git.netzspielplatz.de/docker-multiarch/openwrt-firmware-selector.git
synced 2025-11-08 23:59:32 +00:00
Brazilian Portuguese added.
This commit is contained in:
parent
5dde0935a8
commit
861df0b6e1
3 changed files with 42 additions and 1 deletions
|
|
@ -4,6 +4,7 @@ import LanguageDetector from 'i18next-browser-languagedetector';
|
|||
import translationEN from './locales/en.json';
|
||||
import translationDE from './locales/de.json';
|
||||
import translationRU from './locales/ru.json';
|
||||
import translationPTBR from './locales/pt_br.json';
|
||||
import Config from './config';
|
||||
|
||||
const resources = {
|
||||
|
|
@ -16,6 +17,9 @@ const resources = {
|
|||
ru: {
|
||||
translation: translationRU,
|
||||
},
|
||||
pt_br: {
|
||||
translation: translationPTBR,
|
||||
},
|
||||
};
|
||||
|
||||
i18n
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue