From 5169472dfc06cf409b5c681cd8c49d36820ec2b0 Mon Sep 17 00:00:00 2001 From: Validbit Date: Sat, 24 Sep 2022 22:44:10 +0200 Subject: 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.--- srcs/juloo.keyboard2/Config.java | 1 + 1 file changed, 1 insertion(+) (limited to 'srcs') 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; -- cgit v1.2.3