DebasishDhal99 commited on
Commit
c959ca0
·
1 Parent(s): 459afd1

Adding s=sh for hungarian

Browse files
Files changed (1) hide show
  1. hungarian.py +2 -1
hungarian.py CHANGED
@@ -17,7 +17,8 @@ hungarian_dict = {
17
  "ú" : "u", "Ú" : "U",
18
  "ü" : "ю", "Ü" : "Ю",
19
  "ű" : "ю", "Ű" : "Ю",
20
- "j" : "y", "J" : "Y"
 
21
  }
22
 
23
  cyrillic_equiv_dict = {
 
17
  "ú" : "u", "Ú" : "U",
18
  "ü" : "ю", "Ü" : "Ю",
19
  "ű" : "ю", "Ű" : "Ю",
20
+ "j" : "y", "J" : "Y",
21
+ "s" : "sh", "S": "Sh"
22
  }
23
 
24
  cyrillic_equiv_dict = {