소스 검색

Added support for Bangla language

ki-ask 1 년 전
부모
커밋
fe2c1c4ec6
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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";