futokb/tools/make-keyboard-text-py/locales/az.json
Aleksandras Kostarevas 6bf523010d Create Python version of the make-keyboard-text tool
The Python version uses json files, separate from the xml files. Comments haven't been migrated still.

I'm still not very happy with the way the keyboard texts are managed and that it requires running a separate tool to generate a .java file. It's at least better than manually editing an autogenerated file as before, and python3 is more widely available than the archaic Android build system
2024-06-25 12:55:24 +03:00

70 lines
1.1 KiB
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": "az",
"morekeys": {
"a": [
"â",
"ä",
"á"
],
"e": [
"ə",
"é"
],
"i": [
"ı",
"î",
"ï",
"ì",
"í",
"į",
"ī"
],
"o": [
"ö",
"ô",
"œ",
"ò",
"ó",
"õ",
"ø",
"ō"
],
"u": [
"ü",
"û",
"ù",
"ú",
"ū"
],
"s": [
"ş",
"ß",
"ś",
"š"
],
"g": [
"ğ"
],
"n": [
"ň",
"ñ"
],
"c": [
"ç",
"ć",
"č"
],
"y": [
"ý"
],
"z": [
"ž"
]
},
"keyspec": {},
"label": {},
"keylabel": {},
"keyhintlabel": {},
"additional_morekeys": {},
"other": {}
}