Skip to content

Commit 92cbee7

Browse files
fix(i18n): update ukrainian translations (#2704)
Co-authored-by: Willow (GHOST) <ghostdevbusiness@gmail.com>
1 parent b95d123 commit 92cbee7

2 files changed

Lines changed: 314 additions & 107 deletions

File tree

config/i18n.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@ const locales: (LocaleObjectData | (Omit<LocaleObjectData, 'code'> & { code: str
252252
code: 'uk-UA',
253253
file: 'uk-UA.json',
254254
name: 'Українська',
255-
pluralRule: createPluralRule('uk-UA', { zero: 0, one: 1, two: 0, few: 2, many: 3, other: 4 }),
255+
pluralRule: createPluralRule('uk-UA', { zero: 2, one: 0, two: 1, few: 1, many: 2, other: 3 }),
256256
},
257257
/*{
258258
code: 'ru-RU',

0 commit comments

Comments
 (0)