Skip to content

Commit 0b97aaf

Browse files
committed
- Moved thai.csv from root to th folder
- Moved lang.csv to ru.csv in ru folder - Converted lang.csv to sample keywords to be used in future forks.
1 parent f692a0e commit 0b97aaf

3 files changed

Lines changed: 36 additions & 29 deletions

File tree

examples/ru/ru.csv

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
None,ничего
2+
int,цел
3+
float,дробь
4+
str,стр
5+
bool,бул
6+
True,да
7+
False,нет
8+
if,если
9+
elif,еслиначе
10+
else,иначе
11+
while,пока
12+
break,прервать
13+
continue,продолжить
14+
for,для
15+
return,воз
16+
print,печать
17+
input,ввод
18+
match,соп
19+
case,случай
20+
try,поп
21+
except,кроме
22+
raise,выб
23+
class,класс
24+
self,себя
25+
def,функ
26+
in, в
27+
range,диапазон
28+
not , не
29+
and , и
30+
or , или

thai.csv renamed to examples/th/thai.csv

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@ def,กำหนด
2727
range,ช่วง
2828
not , ไม่
2929
and , และ
30-
or , หรือ
30+
or , หรือ

lang.csv

Lines changed: 5 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,5 @@
1-
None,ничего
2-
int,цел
3-
float,вещ
4-
str,стр
5-
bool,бул
6-
True,да
7-
False,нет
8-
if,если
9-
else,иначе
10-
while,пока
11-
break,прервать
12-
continue,продолжить
13-
for,для
14-
return,воз
15-
print,печать
16-
input,ввод
17-
match,соп
18-
case,случай
19-
try,поп
20-
except,кроме
21-
raise,выб
22-
class,класс
23-
def,функ
24-
in, в
25-
range,диапазон
26-
not , не
27-
and , и
28-
or , или
1+
def,myfunc
2+
return,sendback
3+
if,whenever
4+
else,otherwise
5+
print,say

0 commit comments

Comments
 (0)