Skip to content

Commit ee576d6

Browse files
authored
Update config/i18n.ts
1 parent 98508a5 commit ee576d6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

config/i18n.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ const locales: (LocaleObjectData | (Omit<LocaleObjectData, 'code'> & { code: str
9393
const name = new Intl.PluralRules('ar-EG').select(choice)
9494
return { zero: 0, one: 1, two: 2, few: 3, many: 4, other: 5 }[name]
9595
},
96-
} satisfies LocaleObjectData,
96+
},
9797
{
9898
code: 'az-AZ',
9999
file: 'az.json',

0 commit comments

Comments
 (0)