Skip to content

Commit 792fe76

Browse files
committed
Add Urdu language support
1 parent 9ad2582 commit 792fe76

2 files changed

Lines changed: 51 additions & 0 deletions

File tree

universalpython/languages/ks/__init__.py

Whitespace-only changes.
Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,51 @@
1+
letters:
2+
start : "a"
3+
end : "z"
4+
5+
numbers:
6+
start : "0"
7+
end : "9"
8+
9+
reserved:
10+
"." : "."
11+
"," : ","
12+
"1" : "1"
13+
"2" : "2"
14+
"3" : "3"
15+
"4" : "4"
16+
"5" : "5"
17+
"6" : "6"
18+
"7" : "7"
19+
"8" : "8"
20+
"9" : "9"
21+
"0" : "0"
22+
"wan" : "print"
23+
"telagar" : "elif"
24+
"yeli" : "if"
25+
"teli" : "else"
26+
"yotanit" : "while"
27+
"kar" : "for"
28+
"mez" : "in"
29+
"atsun" : "input"
30+
"phutrao" : "break"
31+
"bronth" : "continue"
32+
"trao" : "pass"
33+
"poz" : "True"
34+
"apuz" : "False"
35+
"chu" : "is"
36+
"osztály" : "class"
37+
"függ" : "def"
38+
"__aghaz__" : "__init__"
39+
"be" : "self"
40+
"wapis" : "return"
41+
"panay" : "string"
42+
"pan" : "str"
43+
"milao" : "append"
44+
"kar" : "pop"
45+
"beyi" : "and"
46+
"ya" : "or"
47+
"sairy" : "all"
48+
"kahti" : "any"
49+
"kahna" : "None"
50+
"shumar" : "int"
51+
"__aham__" : "__main__"

0 commit comments

Comments
 (0)