mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
[UX] Keyboard: Fix Greek Y popup (#8308)
Correction of the "Υ" popup, where instead of Greek upsilon (as was written) there was the Greek capital tau ("Τ").
This commit is contained in:
@@ -595,7 +595,7 @@ return {
|
||||
southeast = "ʏ", -- near-close, near-front rounded vowel IPA
|
||||
southwest = "Ŷ",
|
||||
"¥", -- Japanese Yen/Chinese Yuan currency
|
||||
"Τ", -- Greek upsilon
|
||||
"Υ", -- Greek upsilon
|
||||
},
|
||||
_y_ = {
|
||||
"y",
|
||||
|
||||
Reference in New Issue
Block a user