mirror of
https://github.com/koreader/koreader
synced 2024-11-10 01:10:34 +00:00
7d51fa2b5d
Closes #5953.
100 lines
1.4 KiB
Lua
100 lines
1.4 KiB
Lua
return {
|
||
_Je_ = {
|
||
"Ж",
|
||
north = "Ӂ", -- Ж with breve (Moldavian)
|
||
},
|
||
_je_ = {
|
||
"ж",
|
||
north = "ӂ", -- ж with breve (Moldavian)
|
||
},
|
||
_Ye_ = {
|
||
"Е",
|
||
north = "Ё",
|
||
},
|
||
_ye_ = {
|
||
"е",
|
||
north = "ё",
|
||
},
|
||
_SH_ = {
|
||
"Ь",
|
||
north = "Ъ",
|
||
},
|
||
_sh_ = {
|
||
"ь",
|
||
north = "ъ",
|
||
},
|
||
--
|
||
_KA_ = {
|
||
"А",
|
||
north = "Ә",
|
||
},
|
||
_ka_ = {
|
||
"а",
|
||
north = "ә",
|
||
},
|
||
_KI_ = {
|
||
"Ы",
|
||
north = "І",
|
||
},
|
||
_ki_ = {
|
||
"ы",
|
||
north = "і",
|
||
},
|
||
_KN_ = {
|
||
"Н",
|
||
north = "Ң",
|
||
},
|
||
_kn_ = {
|
||
"н",
|
||
north = "ң",
|
||
},
|
||
_KG_ = {
|
||
"Г",
|
||
north = "Ғ",
|
||
},
|
||
_kg_ = {
|
||
"г",
|
||
north = "ғ",
|
||
},
|
||
_KU_ = {
|
||
"У",
|
||
north = "Ү",
|
||
northeast = "Ұ",
|
||
},
|
||
_ku_ = {
|
||
"у",
|
||
north = "ү",
|
||
northeast = "ұ",
|
||
},
|
||
_KK_ = {
|
||
"К",
|
||
north = "Қ",
|
||
},
|
||
_kk_ = {
|
||
"к",
|
||
north = "қ",
|
||
},
|
||
_KO_ = {
|
||
"О",
|
||
north = "Ө",
|
||
},
|
||
_ko_ = {
|
||
"о",
|
||
north = "ө",
|
||
},
|
||
_KH_ = {
|
||
"Х",
|
||
north = "Һ",
|
||
},
|
||
_kh_ = {
|
||
"х",
|
||
north = "һ",
|
||
},
|
||
_qe_ = {
|
||
"?",
|
||
north = "!",
|
||
northwest = '"',
|
||
northeast = "'",
|
||
},
|
||
}
|