Skip to content

Commit 2fc4d25

Browse files
authored
Apply suggestions from code review
1 parent aadac55 commit 2fc4d25

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

config/i18n.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ const locales: (LocaleObjectData | (Omit<LocaleObjectData, 'code'> & { code: str
177177
const name = new Intl.PluralRules('ru-RU').select(choice)
178178
return { zero: 2, one: 0, two: 1, few: 1, many: 2, other: 3 }[name]
179179
},
180-
} satisfies LocaleObjectData,
180+
},
181181
{
182182
code: 'uk-UA',
183183
file: 'uk-UA.json',
@@ -188,7 +188,7 @@ const locales: (LocaleObjectData | (Omit<LocaleObjectData, 'code'> & { code: str
188188
const name = new Intl.PluralRules('uk-UA').select(choice)
189189
return { zero: 0, one: 1, two: 0, few: 2, many: 3, other: 4 }[name]
190190
},
191-
} satisfies LocaleObjectData,
191+
},
192192
/*{
193193
code: 'ru-RU',
194194
file: 'ru-RU.json',

0 commit comments

Comments
 (0)