diff --git a/app/locales/bn.ts b/app/locales/bn.ts index 5f24d5c1..e6d20486 100644 --- a/app/locales/bn.ts +++ b/app/locales/bn.ts @@ -108,7 +108,7 @@ const bn: RequiredLocaleType = { ConfirmClearAll: "আপনি কি নিশ্চিত যে আপনি সমস্ত ডেটা পুনরায় সেট করতে চান?", }, Lang: { - Name: "বাংলা", // ATTENTION: if you wanna add a new translation, please do not translate this value, leave it as `Language` + Name: "Bangla", // ATTENTION: if you wanna add a new translation, please do not translate this value, leave it as `Language` All: "সমস্ত ভাষা", }, Avatar: "অবতার", diff --git a/app/locales/index.ts b/app/locales/index.ts index 7ece4583..56538176 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: "বাংলা", + bn: "Bangla", }; const LANG_KEY = "lang";