Skip to content
This repository was archived by the owner on May 8, 2025. It is now read-only.

Commit a13b07e

Browse files
authored
Added Serbian (cyrillic)
Added Serbian (cyrillic) to the list of supported locales.
1 parent 59c0fb3 commit a13b07e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

prompts.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ module.exports = [
7373
'Portuguese',
7474
'Russian',
7575
'Ukrainian',
76+
'Serbian (cyrillic)',
7677
],
7778
default: 0,
7879
filter: function (val) {
@@ -90,6 +91,7 @@ module.exports = [
9091
'Portuguese': 'pt',
9192
'Russian': 'ru',
9293
'Ukrainian': 'uk',
94+
'Serbian (cyrillic)': 'sr-Cyrl',
9395
}[val]
9496
}
9597
}

0 commit comments

Comments
 (0)