[fix] Actually commit V popup data (#4940)

Overlooked in https://github.com/koreader/koreader/pull/4938
pull/4943/head
Frans de Jonge 5 years ago committed by GitHub
parent 9134594119
commit 8ec42d1e60
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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 = "]",

Loading…
Cancel
Save