From 0ae7ed4211b4505582b3b39874a19c9ef2d03833 Mon Sep 17 00:00:00 2001 From: Mikael Finstad Date: Mon, 23 Aug 2021 18:09:48 +0700 Subject: [PATCH] improve comment --- src/i18n.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/i18n.js b/src/i18n.js index c7c3ca2..f79f657 100644 --- a/src/i18n.js +++ b/src/i18n.js @@ -14,7 +14,7 @@ i18n .use(Backend) // detect user language // learn more: https://github.com/i18next/i18next-browser-languageDetector - // TODO disabled for now because translations need more reviewing https://github.com/mifi/lossless-cut/issues/346 + // LanguageDetector is disabled because many users are used to english, and I cannot guarantee the status of all the translations so it's best to default to engligh https://github.com/mifi/lossless-cut/issues/346 // .use(LanguageDetector) // pass the i18n instance to react-i18next. .use(initReactI18next)