We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98508a5 commit ee576d6Copy full SHA for ee576d6
1 file changed
config/i18n.ts
@@ -93,7 +93,7 @@ const locales: (LocaleObjectData | (Omit<LocaleObjectData, 'code'> & { code: str
93
const name = new Intl.PluralRules('ar-EG').select(choice)
94
return { zero: 0, one: 1, two: 2, few: 3, many: 4, other: 5 }[name]
95
},
96
- } satisfies LocaleObjectData,
+ },
97
{
98
code: 'az-AZ',
99
file: 'az.json',
0 commit comments