We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be6a3b4 commit 7240f43Copy full SHA for 7240f43
src/i18n/config.ts
@@ -22,6 +22,7 @@ export const languages = {
22
"zh-CN": { label: "简体中文", path: "/zh-CN/" },
23
"zh-TW": { label: "正體中文", path: "/zh-TW/" },
24
"ja": { label: "日本語", path: "/ja/" },
25
+ "bn": { label: "বাংলা", path: "/bn/" },
26
} as const;
27
28
export type Locale = keyof typeof languages;
0 commit comments