Explorar el Código

Added support for Bangla language

ki-ask hace 1 año
padre
commit
fe2c1c4ec6
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      app/locales/index.ts

+ 1 - 1
app/locales/index.ts

@@ -58,7 +58,7 @@ export const ALL_LANG_OPTIONS: Record<Lang, string> = {
   cs: "Čeština",
   no: "Nynorsk",
   ar: "العربية",
-  bn: "Bangla",
+  bn: "বাংলা",
 };
 
 const LANG_KEY = "lang";