Skip to content

Commit 06d1eb0

Browse files
miljkovic5autofix-ci[bot]ghostdevv
authored
feat(i18n): add Serbian Latin (sr-Latn-RS) translations (#2317)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com> Co-authored-by: Willow (GHOST) <git@willow.sh>
1 parent 8a36727 commit 06d1eb0

File tree

2 files changed

+1532
-0
lines changed

2 files changed

+1532
-0
lines changed

config/i18n.ts

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -359,6 +359,19 @@ const locales: (LocaleObjectData | (Omit<LocaleObjectData, 'code'> & { code: str
359359
file: 'nb-NO.json',
360360
name: 'Norsk (Bokmål)',
361361
},
362+
{
363+
code: 'sr-Latn-RS',
364+
file: 'sr-Latn-RS.json',
365+
name: 'Srpski (Latinica)',
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+
}),
374+
},
362375
]
363376

364377
function buildLocales() {

0 commit comments

Comments
 (0)