Skip to content

Commit 70e42c7

Browse files
authored
feat(language): add nepali romanized (@anuzpandey) (monkeytypegame#6182)
### Description Added Romanized Nepali language word lists (similar to `persian_romanized`) ### Checks - [x] Adding a language or a theme? - [x] If is a language, did you edit `_list.json`, `_groups.json` and add `languages.json`? - [x] Make sure the PR title follows the Conventional Commits standard. (https://www.conventionalcommits.org for more info) - [x] Make sure to include your GitHub username prefixed with @ inside parentheses at the end of the PR title.
1 parent f06c860 commit 70e42c7

File tree

3 files changed

+439
-1
lines changed

3 files changed

+439
-1
lines changed

frontend/static/languages/_groups.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -439,7 +439,7 @@
439439
},
440440
{
441441
"name": "nepali",
442-
"languages": ["nepali", "nepali_1k"]
442+
"languages": ["nepali", "nepali_1k", "nepali_romanized"]
443443
},
444444
{
445445
"name": "santali",

frontend/static/languages/_list.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
,"french_600k"
2323
,"nepali"
2424
,"nepali_1k"
25+
,"nepali_romanized"
2526
,"sanskrit"
2627
,"sanskrit_roman"
2728
,"santali"

0 commit comments

Comments
 (0)