1
0
mirror of https://github.com/uetchy/namae.git synced 2025-07-02 14:20:03 +09:00

fix: instagram i18n

This commit is contained in:
Mickaël Allonneau 2020-03-21 15:47:07 +01:00
parent 201a342d30
commit 8a0201d095

View File

@ -5,7 +5,7 @@ import XHR from 'i18next-xhr-backend';
import LanguageDetector from 'i18next-browser-languagedetector'; import LanguageDetector from 'i18next-browser-languagedetector';
import {initReactI18next} from 'react-i18next'; import {initReactI18next} from 'react-i18next';
const TRANSLATION_VERSION = '1.11'; const TRANSLATION_VERSION = '1.12';
i18n i18n
.use(Backend) .use(Backend)