mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
[fix] Actually commit V popup data (#4940)
Overlooked in https://github.com/koreader/koreader/pull/4938
This commit is contained in:
@@ -422,6 +422,20 @@ return {
|
||||
"ū",
|
||||
"ʌ", -- turned v, open-mid back unrounded vowel IPA
|
||||
},
|
||||
_V_ = {
|
||||
"V",
|
||||
north = "ʌ", -- open-mid back unrounded vowel IPA
|
||||
northwest = "Ʋ", -- v with hook
|
||||
east = "Ꜹ",
|
||||
west = "Ṽ",
|
||||
},
|
||||
_v_ = {
|
||||
"v",
|
||||
north = "ʌ", -- open-mid back unrounded vowel IPA
|
||||
northwest = "ʋ", -- v with hook, labiodental approximant IPA
|
||||
east = "ꜹ",
|
||||
west = "ṽ",
|
||||
},
|
||||
_W_ = {
|
||||
"W",
|
||||
north = "]",
|
||||
|
||||
Reference in New Issue
Block a user