You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
koreader/frontend/ui/data/keyboardlayouts/keypopup/fa_popup.lua

71 lines
1.2 KiB
Lua

return {
alef = {
"ا",
north = "أ",
northeast = "إ",
northwest = "ء",
east = "آ",
west = "",
},
h_aa = {
"ه",
north = "ة",
},
waw = {
"و",
north = "ؤ",
northeast = "ء",
},
yaa = {
"ی",
north = "ئ",
northeast = "ي",
},
kaf = {
"ک",
north = "ك",
},
diacritic_fat_ha = {
"َ",
},
diacritic_damma = {
"ُ",
},
diacritic_kasra = {
"ِ",
},
diacritic_sukoon = {
"ْ",
},
diacritic_shadda = {
"ّ",
},
diacritic_tanween_fath = {
"ً",
},
diacritic_tanween_damm = {
"ٌ",
},
diacritic_tanween_kasr = {
"ٍ",
},
-- Diacritics (Harakat حركات)
diacritics = {
"",
north = "َ",
northeast = "ْ",
northwest = "ً",
east = "ُ",
west = "ٌ",
south= "ّ",
southeast= "ِ",
southwest= "ٍ",
},
arabic_comma = {
"،",
north = "؛",
northeast="\"",
northwest="'",
},
}