Skip to content

Commit 859cc4f

Browse files
feat(i18n): add bulgarian language (#1472)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
1 parent cd0a1a1 commit 859cc4f

File tree

3 files changed

+2235
-0
lines changed

3 files changed

+2235
-0
lines changed

config/i18n.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,12 @@ const locales: (LocaleObjectData | (Omit<LocaleObjectData, 'code'> & { code: str
121121
file: 'bn-IN.json',
122122
name: 'বাংলা',
123123
},
124+
{
125+
code: 'bg-BG',
126+
file: 'bg-BG.json',
127+
name: 'Български',
128+
pluralRule: createPluralRule('bg-BG', { zero: 1, one: 0, two: 1, few: 1, many: 1, other: 1 }),
129+
},
124130
/*{
125131
code: 'ckb',
126132
file: 'ckb.json',

0 commit comments

Comments
 (0)