transliteration-decoder: add en-ua-direct model (casts english keyboard layout directly to ukrainian)

This commit is contained in:
dymik739 2023-04-19 18:15:29 +03:00
parent c1372316d3
commit 2e0a0b863d
1 changed files with 39 additions and 0 deletions

View File

@ -32,5 +32,44 @@
["i", "і"],
["g", "г"],
["`", "'"]
],
"en-ua-direct": [
["q", "й"],
["w", "ц"],
["e", "у"],
["r", "к"],
["t", "е"],
["y", "н"],
["u", "г"],
["i", "ш"],
["o", "щ"],
["p", "з"],
["a", "ф"],
["s", "і"],
["d", "в"],
["f", "а"],
["g", "п"],
["h", "р"],
["j", "о"],
["k", "л"],
["l", "д"],
[":", "ж"],
["'", "є"],
["z", "я"],
["x", "ч"],
["c", "с"],
["v", "м"],
["b", "и"],
["n", "т"],
["m", "ь"],
[",", "б"],
[".", "ю"],
["/", "."],
["?", ","],
["@", "\""],
["#", "№"],
["$", ";"],
["^", ":"],
["&", "?"]
]
}