From 615492fe6bc1694474f853fb98792dadbfcee669 Mon Sep 17 00:00:00 2001
From: Snazzah <7025343+Snazzah@users.noreply.github.com>
Date: Sun, 17 Apr 2022 13:46:42 -0500
Subject: [PATCH] fix: 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 df73cdc..9293423 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 = '11';
+const TRANSLATION_VERSION = '12';
 
 i18n
   .use(Backend)