mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
Greek keyboard: ancient Greek numerals addition (#8554)
Added the Greek numerals for 6, 90 and 900, they are used even today when we write numbers with Greek letters.
This commit is contained in:
@@ -103,7 +103,7 @@ return {
|
||||
{ _V_el, _v_el, "<", com, "Ώ", "ώ", "Ý", "ý", },
|
||||
{ _B_el, _b_el, ">", prd, "ᾞ", "ᾖ", "†", "‡", },
|
||||
{ _N_el, _n_el, "‘", "↑", "Ú", "ᾗ", "–", "—", },
|
||||
{ _M_el, _m_el, "’", "↓", "Ç", "ç", "…", "¨", },
|
||||
{ _M_el, _m_el, "’", "↓", "Ϛ", "ϛ", "…", "¨", },
|
||||
{ label = "",
|
||||
width = 1.5,
|
||||
bold = false
|
||||
@@ -118,8 +118,8 @@ return {
|
||||
{ label = "_",
|
||||
" ", " ", " ", " ", " ", " ", " ", " ",
|
||||
width = 3.0},
|
||||
{ com, com, "«", "←", "Ũ", "ũ", "“", com, },
|
||||
{ prd, prd, "»", "→", "Ĩ", "ĩ", "”", prd, },
|
||||
{ com, com, "«", "←", "Ϟ", "ϟ", "“", com, },
|
||||
{ prd, prd, "»", "→", "Ϡ", "ϡ", "”", prd, },
|
||||
{ label = "⮠",
|
||||
"\n", "\n", "\n", "\n", "\n", "\n", "\n", "\n",
|
||||
width = 1.5,
|
||||
|
||||
Reference in New Issue
Block a user