Merge branch 'master' into spanishTranslation

This commit is contained in:
Kausha Shah 2019-09-27 13:05:13 +05:30 committed by GitHub
commit 92dd606729
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 119 additions and 17 deletions

View file

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