DebasishDhal99 commited on
Commit
0f92c05
·
1 Parent(s): 444ac7a

Updating the c-ts in hungarian

Browse files
Files changed (1) hide show
  1. hungarian.py +3 -1
hungarian.py CHANGED
@@ -6,7 +6,8 @@ special_combs = {
6
  "Cs" : "Ч", "cs" : "ч",
7
  "Zs" : "Ж", "zs" : "ж",
8
  "Sz" : "С", "sz" : "с",
9
- "Ly" : "y", "ly" : "y"
 
10
  }
11
 
12
  hungarian_dict = {
@@ -21,6 +22,7 @@ hungarian_dict = {
21
  "ű" : "ю", "Ű" : "Ю",
22
  "j" : "y", "J" : "Y",
23
  "s" : "sh", "S": "Sh"
 
24
  }
25
 
26
  cyrillic_equiv_dict = {
 
6
  "Cs" : "Ч", "cs" : "ч",
7
  "Zs" : "Ж", "zs" : "ж",
8
  "Sz" : "С", "sz" : "с",
9
+ "Ly" : "y", "ly" : "y",
10
+ "C" : "Ц", "c" : "ц"
11
  }
12
 
13
  hungarian_dict = {
 
22
  "ű" : "ю", "Ű" : "Ю",
23
  "j" : "y", "J" : "Y",
24
  "s" : "sh", "S": "Sh"
25
+ "ц" : "ts", "Ц": "Ts"
26
  }
27
 
28
  cyrillic_equiv_dict = {