forked from monkeytypegame/monkeytype
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(language): add urdish (@aitchz) (monkeytypegame#6168)
Added the Roman version of Urdu (urdish - similar to Hinglish). More about Urdish: https://en.wikipedia.org/wiki/Urdish - [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 to include your GitHub username prefixed with @ inside parentheses at the end of the PR title.
- Loading branch information
Showing
3 changed files
with
209 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -243,6 +243,7 @@ | |
,"urdu" | ||
,"urdu_1k" | ||
,"urdu_5k" | ||
,"urdish" | ||
,"albanian" | ||
,"albanian_1k" | ||
,"shona" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,207 @@ | ||
{ | ||
"name": "urdish", | ||
"ligatures": false, | ||
"words": [ | ||
"aadmi", | ||
"aurat", | ||
"aasman", | ||
"ab", | ||
"apne", | ||
"acha", | ||
"intezaar", | ||
"idhar", | ||
"insaan", | ||
"bacha", | ||
"andar", | ||
"aik", | ||
"ek", | ||
"upar", | ||
"uthna", | ||
"aisa", | ||
"adhura", | ||
"ehsaas", | ||
"udhaar", | ||
"asal", | ||
"agar", | ||
"usse", | ||
"naam", | ||
"ashiyaan", | ||
"itna", | ||
"aksar", | ||
"ilchi", | ||
"ami", | ||
"aaye", | ||
"aur", | ||
"aap", | ||
"akele", | ||
"intahi", | ||
"bachon", | ||
"bahar", | ||
"bahut", | ||
"bhi", | ||
"bare", | ||
"badalna", | ||
"bachpan", | ||
"bharosa", | ||
"barson", | ||
"bechna", | ||
"behtar", | ||
"bhar", | ||
"bheegna", | ||
"bana", | ||
"bilkul", | ||
"jaldi", | ||
"buland", | ||
"betaab", | ||
"bachna", | ||
"balki", | ||
"bhatakna", | ||
"larka", | ||
"larki", | ||
"beta", | ||
"beti", | ||
"baap", | ||
"bin", | ||
"biwi", | ||
"bahaduri", | ||
"baithi", | ||
"buzurg", | ||
"bazaar", | ||
"bandhna", | ||
"bhai", | ||
"behan", | ||
"mera", | ||
"baraf", | ||
"pani", | ||
"phir", | ||
"pehchna", | ||
"par", | ||
"paisa", | ||
"insaf", | ||
"pursukoon", | ||
"pakadne", | ||
"phool", | ||
"muttahida", | ||
"pesh", | ||
"farzand", | ||
"pair", | ||
"phoolna", | ||
"pehanna", | ||
"pichla", | ||
"paaya", | ||
"pyaar", | ||
"pehla", | ||
"pichle", | ||
"palatna", | ||
"pareshan", | ||
"pakarna", | ||
"rang", | ||
"rehna", | ||
"raasta", | ||
"rasm", | ||
"rehayshi", | ||
"raah", | ||
"rehnumai", | ||
"rag", | ||
"rizq", | ||
"rukna", | ||
"romaan", | ||
"chalna", | ||
"raha", | ||
"sahi", | ||
"samaan", | ||
"safai", | ||
"salaam", | ||
"saath", | ||
"sab", | ||
"safal", | ||
"suno", | ||
"suna", | ||
"sikna", | ||
"sochna", | ||
"sookhna", | ||
"saara", | ||
"soorat", | ||
"saanp", | ||
"shaam", | ||
"shukriya", | ||
"shabash", | ||
"shikayat", | ||
"salaah", | ||
"shandaar", | ||
"sahib", | ||
"shaadi", | ||
"sadi", | ||
"sabar", | ||
"samajhna", | ||
"salam", | ||
"sunnat", | ||
"sitaray", | ||
"sadma", | ||
"sheher", | ||
"taqat", | ||
"tauba", | ||
"taaruf", | ||
"tawajjo", | ||
"tanaazur", | ||
"taaj", | ||
"taareef", | ||
"tamam", | ||
"tahsil", | ||
"taqdeer", | ||
"tahqiq", | ||
"tareek", | ||
"taqatwar", | ||
"tabdeel", | ||
"taah", | ||
"tabaahi", | ||
"tasavvur", | ||
"tahqiqat", | ||
"tameer", | ||
"tamsil", | ||
"toor", | ||
"taaqat", | ||
"tez", | ||
"takraar", | ||
"tamil", | ||
"taash", | ||
"tum", | ||
"tawaqqo", | ||
"tuhmat", | ||
"tazeem", | ||
"tafta", | ||
"safar", | ||
"sada", | ||
"zubaan", | ||
"zaat", | ||
"zakah", | ||
"zara", | ||
"zaif", | ||
"zamana", | ||
"zamaana", | ||
"zameen", | ||
"zarda", | ||
"zakhira", | ||
"zohar", | ||
"zindan", | ||
"zard", | ||
"jamaat", | ||
"zaroorat", | ||
"zaraat", | ||
"zuban", | ||
"zahir", | ||
"zidd", | ||
"zaroor", | ||
"zameer", | ||
"zaim", | ||
"zaroori", | ||
"zakhm", | ||
"zilat", | ||
"zindagi", | ||
"zuroorat", | ||
"zinda", | ||
"zordaar", | ||
"zaar", | ||
"ziada" | ||
] | ||
} |