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

feat: add legend

This commit is contained in:
2020-03-26 15:34:34 +09:00
parent 8374816cc6
commit 8b850fa09f
5 changed files with 70 additions and 15 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.12';
const TRANSLATION_VERSION = '1.13';
i18n
.use(Backend)