abouttreesummaryrefslogcommitdiff
path: root/srcs
diff options
context:
space:
mode:
authorValidbit2022-09-24 22:44:10 +0200
committerGitHub2022-09-24 22:44:10 +0200
commit5169472dfc06cf409b5c681cd8c49d36820ec2b0 (patch)
treea7a3b97b987b29af4ece56ccc3f6a77d044f0680 /srcs
parent3081af5190b370409d858dc33f6dae00f84f2fd6 (diff)
downloadunexpected-keyboard-5169472dfc06cf409b5c681cd8c49d36820ec2b0.tar.gz
unexpected-keyboard-5169472dfc06cf409b5c681cd8c49d36820ec2b0.zip
Added Czech translation and layout (#198)
* Added Czech translation and layout Translated keyboard and created Czech multilingual "practical" layout for faster typing and typing in commonly used languages (German, Slovak + French w/accents) * Update (Rephrase) full_description.txt ... to better suit the language and naturally promote keyboard's features and possibilities to a wider audience.
Diffstat (limited to 'srcs')
-rw-r--r--srcs/juloo.keyboard2/Config.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/srcs/juloo.keyboard2/Config.java b/srcs/juloo.keyboard2/Config.java
index 7f31092..b306db2 100644
--- a/srcs/juloo.keyboard2/Config.java
+++ b/srcs/juloo.keyboard2/Config.java
@@ -262,6 +262,7 @@ final class Config
case "qwerty_no": return R.xml.qwerty_no;
case "qwerty_sv_se": return R.xml.qwerty_sv_se;
case "qwertz_hu": return R.xml.qwertz_hu;
+ case "qwertz_cs": return R.xml.qwertz_cs;
case "qwertz": return R.xml.qwertz;
case "ru_jcuken": return R.xml.local_ru_jcuken;
case "jcuken_ua": return R.xml.jcuken_ua;