futokb/tools/make-keyboard-text-py/locales/lt.json
Aleksandras Kostarevas c9dc656fbf Update keyboard texts for many languages to separate misc keys
This was done by looking at characters listed on the Wikipedia language recognition chart[0] for each language, finding the last character in the array that the language uses and splitting the rest off into misc. This was partially automated, but there is potential that there may be errors for some languages. All of the keys should still be there if misc keys are enabled, so the keyboard should still be usable for all affected languages even if there were errors, if misc keys are enabled.

[0] https://en.wikipedia.org/wiki/Wikipedia:Language_recognition_chart
2024-07-24 21:42:44 +03:00

35 lines
583 B
JSON
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"locale": "lt",
"morekeys": {
"a": "ą",
"c": "č",
"e": [
"ė",
"ę"
],
"i": "į",
"s": "š",
"u": [
"ū",
"ų"
],
"z": "ž"
},
"keyspec": {},
"label": {},
"keylabel": {},
"keyhintlabel": {},
"additional_morekeys": {},
"other": {
"single_quotes": [
"",
"",
""
],
"double_quotes": [
"”",
"„",
"“"
]
}
}