Skip to content

Commit dc87659

Browse files
committed
feat: Add Serbian Latin (sr-Latn-RS) localization
1 parent 3186091 commit dc87659

File tree

2 files changed

+1527
-0
lines changed

2 files changed

+1527
-0
lines changed

config/i18n.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -359,6 +359,12 @@ 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', { zero: 2, one: 0, two: 1, few: 1, many: 2, other: 2 }),
367+
},
362368
]
363369

364370
function buildLocales() {

0 commit comments

Comments
 (0)