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

chore: bump translation version

This commit is contained in:
2022-03-30 13:20:04 +09:00
committed by GitHub
parent 8e7704a935
commit 81093bdf48

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 = '8';
const TRANSLATION_VERSION = '9';
i18n
.use(Backend)