Fix Cyrillic transliteration map
Fix Cyrillic transliteration map for letters which hasn't ASCII equivalent
This commit is contained in:
parent
88ca51bb00
commit
9999561b86
|
@ -63,8 +63,12 @@ ru:
|
||||||
ш: sh
|
ш: sh
|
||||||
Щ: Shh
|
Щ: Shh
|
||||||
щ: shh
|
щ: shh
|
||||||
|
Ъ: ""
|
||||||
|
ъ: ""
|
||||||
Ы: Y
|
Ы: Y
|
||||||
ы: y
|
ы: y
|
||||||
|
Ь: ""
|
||||||
|
ь: ""
|
||||||
Э: E
|
Э: E
|
||||||
э: e
|
э: e
|
||||||
Ю: Yu
|
Ю: Yu
|
||||||
|
|
Loading…
Reference in New Issue