diff --git a/web/src/util/i18n.ts b/web/src/util/i18n.ts index d8d1351..f0f1db0 100644 --- a/web/src/util/i18n.ts +++ b/web/src/util/i18n.ts @@ -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.11'; +const TRANSLATION_VERSION = '1.12'; i18n .use(Backend)