Brazilian Portuguese added.

This commit is contained in:
Adriano Pereira Junior 2019-09-26 21:54:57 -03:00
parent 5dde0935a8
commit 861df0b6e1
3 changed files with 42 additions and 1 deletions

View file

@ -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