Skip to content

Commit 83abe34

Browse files
feat(i18n): add bangla support (#1280)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
1 parent b21b58c commit 83abe34

File tree

3 files changed

+1625
-0
lines changed

3 files changed

+1625
-0
lines changed

config/i18n.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,11 @@ const locales: (LocaleObjectData | (Omit<LocaleObjectData, 'code'> & { code: str
116116
file: 'az-AZ.json',
117117
name: 'Azərbaycanca',
118118
},
119+
{
120+
code: 'bn-IN',
121+
file: 'bn-IN.json',
122+
name: 'বাংলা',
123+
},
119124
/*{
120125
code: 'ckb',
121126
file: 'ckb.json',

0 commit comments

Comments
 (0)