From d2c5785aacb3364fd9b6f2c2dafbd08f84d84ac5 Mon Sep 17 00:00:00 2001 From: Abubakar115e <113997856+Abubakar115e@users.noreply.github.com> Date: Fri, 11 Oct 2024 17:36:04 +0200 Subject: [PATCH] Added more language to support auto browser recognition --- src/i18n/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/i18n/index.ts b/src/i18n/index.ts index 1b97e69..4b3826a 100644 --- a/src/i18n/index.ts +++ b/src/i18n/index.ts @@ -15,7 +15,7 @@ import { da } from "./lang/da"; import { no } from "./lang/no"; import LanguageDetector from 'i18next-browser-languagedetector'; -const supportedLanguages = ['en', 'zh', 'ja', 'fa', 'de', 'da', 'no']; +const supportedLanguages = ['en', 'zh', 'ja', 'fa', 'de', 'da', 'no', 'es', 'fr', 'it', 'ml', 'pt-BR', 'ru', 'zh-CN', 'ru-RU', 'ja-JP']; i18n .use(LanguageDetector)