diff options
| author | Vasile Chelban | 2023-06-25 11:19:00 +0100 |
|---|---|---|
| committer | GitHub | 2023-06-25 12:19:00 +0200 |
| commit | 5cfbc6ed5b6a1e3818d47843a20adc0669bd9755 (patch) | |
| tree | b33015ff1b649bed660b220ee4a8e86a201aadb5 /srcs | |
| parent | 49fbfa71eb94e22758d9de3f98f9d67ce0298f17 (diff) | |
| download | unexpected-keyboard-5cfbc6ed5b6a1e3818d47843a20adc0669bd9755.tar.gz unexpected-keyboard-5cfbc6ed5b6a1e3818d47843a20adc0669bd9755.zip | |
Added Romanian layout and translations with special romanian characters (#358)
Added Romanian characters to the keyboard layout and changed the positioning
corner for the secondary characters that were conflicting with the
newly-introduced romanian characters
Added Romanian translations
Diffstat (limited to 'srcs')
| -rw-r--r-- | srcs/juloo.keyboard2/Config.java | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/srcs/juloo.keyboard2/Config.java b/srcs/juloo.keyboard2/Config.java index 00c8308..68fd81b 100644 --- a/srcs/juloo.keyboard2/Config.java +++ b/srcs/juloo.keyboard2/Config.java @@ -356,6 +356,7 @@ final class Config case "qwerty": id = R.xml.qwerty; break; case "qwerty_el": id = R.xml.qwerty_el; break; case "qwerty_es": id = R.xml.qwerty_es; break; + case "qwerty_ro": id = R.xml.qwerty_ro; break; case "qwerty_hu": id = R.xml.qwerty_hu; break; case "qwerty_ko": id = R.xml.qwerty_ko; break; case "qwerty_lv": id = R.xml.qwerty_lv; break; |
