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

fix: bump translation version

This commit is contained in:
Snazzah 2022-04-17 13:46:42 -05:00 committed by GitHub
parent 517ef36409
commit 615492fe6b
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 LanguageDetector from 'i18next-browser-languagedetector';
import { initReactI18next } from 'react-i18next'; import { initReactI18next } from 'react-i18next';
const TRANSLATION_VERSION = '11'; const TRANSLATION_VERSION = '12';
i18n i18n
.use(Backend) .use(Backend)