Skip to content

Commit

Permalink
Replaced 'ы' and changed capitalisation
Browse files Browse the repository at this point in the history
1. Replaced 'ы' with 'y'
2. Changed capitalisation:
"y": "ы",
"Y": "Ы",
"Ye": "Е",
"Ts": "Ц",
"Ch": "Ч",
"Sh": "Ш",
"Yu": "Ю",
"Ya": "Я",
"Ai": "Ай",
"Ei": "Эй",
"Ii": "Ий",
"Oi": "Ой",
"Ui": "Уй",
"Kh": "Х",
"Щ": "Sh"
  • Loading branch information
minadreamer committed Feb 9, 2022
1 parent 9333f24 commit 86bc4c6
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions src/transliterate/contrib/languages/mn/data/default.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,45 +9,45 @@
u"iiIIiIoOuUuU"
)
pre_processor_mapping = {
u"ii": u"ы",
u"II": u"Ы",
u"y": u"ы",
u"Y": u"Ы",
u"ye": u"е",
u"YE": u"Е",
u"Ye": u"Е",
u"yo": u"ё",
u"Yo": u"Ё",
u"YO": u"Ё",
u"Yo": u"Ё",
u"ts": u"ц",
u"TS": u"Ц",
u"Ts": u"Ц",
u"ch": u"ч",
u"CH": u"Ч",
u"Ch": u"Ч",
u"sh": u"ш",
u"SH": u"Ш",
u"Sh": u"Ш",
u"yu": u"ю",
u"Yu": u"Юу",
u"YU": u"Ю",
u"Yu": u"Ю",
u"ya": u"я",
u"YA": u"Я",
u"Ya": u"Я",
u"ai": u"ай",
u"Ai": u"Ай",
u"AI": u"АЙ",
u"Ai": u"Ай",
u"ei": u"эй",
u"Ei": u"Эй",
u"EI": u"ЭЙ",
u"Ei": u"Эй",
u"ii": u"ий",
u"Ii": u"Ий",
u"II": u"ИЙ",
u"Ii": u"Ий",
u"oi": u"ой",
u"Oi": u"Ой",
u"OI": u"ОЙ",
u"Oi": u"Ой",
u"ui": u"уй",
u"Ui": u"Уй",
u"UI": u"УЙ",
u"KH": u"Х",
u"Ui": u"Уй",
u"Kh": u"Х",
u"kh": u"х"
}
reversed_specific_pre_processor_mapping = {
u"щ": u"sh",
u"Щ": u"SH",
u"Щ": u"Sh",
u"ю": u"yu",
u"Ю": u"Yu",
u"Ч": u"Ch",
Expand Down

0 comments on commit 86bc4c6

Please sign in to comment.