mapped in i18n.js

This commit is contained in:
unpredictable-error 2019-09-26 22:23:19 +03:00
parent 627d6e289a
commit a1733a1b72

View file

@ -3,6 +3,7 @@ import { initReactI18next } from 'react-i18next';
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 Config from './config';
const resources = {
@ -12,6 +13,8 @@ const resources = {
de: {
translation: translationDE,
},
ru: {
translation: translationRU,
};
i18n