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

chore: add engagement text

This commit is contained in:
2021-11-11 12:37:21 +09:00
parent f85e4ce66d
commit 529b96a2bb
7 changed files with 75 additions and 50 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 = '5';
const TRANSLATION_VERSION = '6';
i18n
.use(Backend)