Merge pull request #1152 from abbat/patch-1
Fix Cyrillic transliteration map
This commit is contained in:
commit
63f4519268
|
@ -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