Skip to content

Commit dfe6fab

Browse files
[autofix.ci] apply automated fixes
1 parent 26517ab commit dfe6fab

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

config/i18n.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -183,8 +183,7 @@ const locales: (Omit<LocaleObjectData, 'code'> & { code: string })[] = [
183183
file: 'uk-UA.json',
184184
name: 'Українська',
185185
pluralRule: (choice: number) => {
186-
if (choice === 0)
187-
return 0
186+
if (choice === 0) return 0
188187

189188
const name = new Intl.PluralRules('uk-UA').select(choice)
190189
return { zero: 0, one: 1, two: 0, few: 2, many: 3, other: 4 }[name]

0 commit comments

Comments
 (0)