Skip to content

Commit 7240f43

Browse files
authored
Update config.ts
1 parent be6a3b4 commit 7240f43

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/i18n/config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ export const languages = {
2222
"zh-CN": { label: "简体中文", path: "/zh-CN/" },
2323
"zh-TW": { label: "正體中文", path: "/zh-TW/" },
2424
"ja": { label: "日本語", path: "/ja/" },
25+
"bn": { label: "বাংলা", path: "/bn/" },
2526
} as const;
2627

2728
export type Locale = keyof typeof languages;

0 commit comments

Comments
 (0)