From 81093bdf48cb7b3f1d9bfdf0ef2886999568814a Mon Sep 17 00:00:00 2001 From: uetchy Date: Wed, 30 Mar 2022 13:20:04 +0900 Subject: [PATCH] chore: bump translation version --- src/util/i18n.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/util/i18n.ts b/src/util/i18n.ts index 3822ba2..d0d47a4 100644 --- a/src/util/i18n.ts +++ b/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 = '8'; +const TRANSLATION_VERSION = '9'; i18n .use(Backend)