From 2632742c131e498e89cdcca421c0a165d390f8f0 Mon Sep 17 00:00:00 2001 From: Ayaka Mikazuki Date: Mon, 27 Mar 2023 15:15:39 +1000 Subject: [PATCH] Fix translation bug --- src/i18n.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/i18n.ts b/src/i18n.ts index ad735da..152d01e 100644 --- a/src/i18n.ts +++ b/src/i18n.ts @@ -5,7 +5,7 @@ import Backend from 'i18next-http-backend'; import LanguageDetector from 'i18next-browser-languagedetector'; export const i18nLanguages = [ - 'ar', + // 'ar', 'da', 'en', 'es',