Skip to content

Commit 2d1bedd

Browse files
committed
دستاویزات کی بہتری
1 parent fbde75c commit 2d1bedd

1 file changed

Lines changed: 40 additions & 40 deletions

File tree

README.md

Lines changed: 40 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -18,46 +18,46 @@ The mappings are as following:
1818

1919
| Python (original) | 🇵🇰 Ur |
2020
| ------------- | ------------- |
21-
| print | چھاپ|
22-
| if | اگر|
23-
| elif | ورنہاگر|
24-
| else | ورنہ|
25-
| while | جبتک|
26-
| for | جو|
27-
| in | اندر|
28-
| input | داخله|
29-
| break | توڑ|
30-
| continue | جاری|
31-
| pass | گزر|
32-
| True | حق|
33-
| False | باطل|
34-
| is | ہے|
35-
| class | طبقه|
36-
| def | وضح|
37-
| init | ابتدا|
38-
| self | خود|
39-
| return | واپس|
40-
| string | ستلی|
41-
| str | ستل|
42-
| append | شامل|
43-
| pop | نکل|
44-
| and | اور|
45-
| or, | یا|
46-
| all | سب|
47-
| any | کوئ|
48-
| None | ندارد
49-
| , | ، |
50-
| . | ۔|
51-
| 0 | ۰|
52-
| 1 | ۱|
53-
| 2 | ۲|
54-
| 3 | ۳|
55-
| 4 | ۴|
56-
| 5 | ۵|
57-
| 6 | ۶|
58-
| 7 | ۷|
59-
| 8 | ۸|
60-
| 9 | ۹|
21+
| ```print``` | چھاپ|
22+
| ```if``` | اگر|
23+
| ```elif``` | ورنہاگر|
24+
| ```else``` | ورنہ|
25+
| ```while``` | جبتک|
26+
| ```for``` | جو|
27+
| ```in``` | اندر|
28+
| ```input``` | داخله|
29+
| ```break``` | توڑ|
30+
| ```continue``` | جاری|
31+
| ```pass``` | گزر|
32+
| ```True``` | حق|
33+
| ```False``` | باطل|
34+
| ```is``` | ہے|
35+
| ```class``` | طبقه|
36+
| ```def``` | وضح|
37+
| ```init``` | ابتدا|
38+
| ```self``` | خود|
39+
| ```return``` | واپس|
40+
| ```string``` | ستلی|
41+
| ```str``` | ستل|
42+
| ```append``` | شامل|
43+
| ```pop``` | نکل|
44+
| ```and``` | اور|
45+
| ```or``` | یا|
46+
| ```all``` | سب|
47+
| ```any``` | کوئ|
48+
| ```None``` | ندارد
49+
| ```,``` | ، |
50+
| ```.``` | ۔|
51+
| ```0``` | ۰|
52+
| ```1``` | ۱|
53+
| ```2``` | ۲|
54+
| ```3``` | ۳|
55+
| ```4``` | ۴|
56+
| ```5``` | ۵|
57+
| ```6``` | ۶|
58+
| ```7``` | ۷|
59+
| ```8``` | ۸|
60+
| ```9``` | ۹|
6161

6262
Find the whole list at ```languages/ur/ur_native.lang.yaml```. Don't worry if you can't find a mapping, you can also use English Python!
6363

0 commit comments

Comments
 (0)