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

Commit f7fd92a

Browse files
authored
Merge pull request #41 from ntadic/patch-1
Added Serbian (cyrillic)
2 parents 7a7aa2e + a13b07e commit f7fd92a

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)