From fe2c1c4ec667cdcf988cabc6bc2839389ed455ac Mon Sep 17 00:00:00 2001 From: ki-ask Date: Wed, 5 Jul 2023 23:55:43 +0600 Subject: [PATCH] Added support for Bangla language --- app/locales/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/locales/index.ts b/app/locales/index.ts index 56538176..7ece4583 100644 --- a/app/locales/index.ts +++ b/app/locales/index.ts @@ -58,7 +58,7 @@ export const ALL_LANG_OPTIONS: Record = { cs: "Čeština", no: "Nynorsk", ar: "العربية", - bn: "Bangla", + bn: "বাংলা", }; const LANG_KEY = "lang";