Skip to content

Commit 96da5de

Browse files
chzclaudedanielroe
authored
feat(i18n): add 🇦🇿 Azerbaijani language support (#437)
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com> Co-authored-by: Daniel Roe <daniel@roe.dev>
1 parent 5c973cd commit 96da5de

3 files changed

Lines changed: 1507 additions & 0 deletions

File tree

‎config/i18n.ts‎

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,11 @@ const locales: (LocaleObjectData | (Omit<LocaleObjectData, 'code'> & { code: str
9494
return { zero: 0, one: 1, two: 2, few: 3, many: 4, other: 5 }[name]
9595
},
9696
},
97+
{
98+
code: 'az-AZ',
99+
file: 'az.json',
100+
name: 'Azərbaycanca',
101+
},
97102
/*{
98103
code: 'ckb',
99104
file: 'ckb.json',

0 commit comments

Comments
 (0)