1
0
mirror of https://github.com/uetchy/namae.git synced 2025-03-17 04:30:31 +09:00

chore: bump translation version

This commit is contained in:
uetchy 2022-03-30 13:20:04 +09:00 committed by GitHub
parent 8e7704a935
commit 81093bdf48
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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)