Skip to content

Commit 5cb3c93

Browse files
committed
feat(spec): add latin / cyrilic modifiers for serbian
1 parent adb927e commit 5cb3c93

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

.changeset/violet-sloths-beg.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@replexica/spec": minor
3+
---
4+
5+
added Latin / Cyrilic modifiers for Serbian

packages/spec/src/locales.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ const localeMap = {
55
vi: ['vi-VN'],
66
tr: ['tr-TR'],
77
ta: ['ta-IN'],
8-
sr: ['sr-RS'],
8+
sr: ['sr-RS', 'sr-Latn-RS', 'sr-Cyrl-RS'],
99
hu: ['hu-HU'],
1010
he: ['he-IL'],
1111
et: ['et-EE'],

0 commit comments

Comments
 (0)