Skip to content

Commit 3eb3798

Browse files
[autofix.ci] apply automated fixes
1 parent dc87659 commit 3eb3798

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

config/i18n.ts

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -363,7 +363,14 @@ const locales: (LocaleObjectData | (Omit<LocaleObjectData, 'code'> & { code: str
363363
code: 'sr-Latn-RS',
364364
file: 'sr-Latn-RS.json',
365365
name: 'Srpski (Latinica)',
366-
pluralRule: createPluralRule('sr-Latn-RS', { zero: 2, one: 0, two: 1, few: 1, many: 2, other: 2 }),
366+
pluralRule: createPluralRule('sr-Latn-RS', {
367+
zero: 2,
368+
one: 0,
369+
two: 1,
370+
few: 1,
371+
many: 2,
372+
other: 2,
373+
}),
367374
},
368375
]
369376

0 commit comments

Comments
 (0)