1
0
mirror of https://github.com/uetchy/namae.git synced 2025-08-20 09:58:13 +09:00

fix: translation

This commit is contained in:
2020-03-28 17:58:11 +09:00
parent d313dbd680
commit f80dcda8aa
2 changed files with 8 additions and 8 deletions

View File

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