abouttreesummaryrefslogcommitdiff
path: root/srcs
diff options
context:
space:
mode:
authorJules Aguillon2022-02-22 19:10:10 +0100
committerGitHub2022-02-22 19:10:10 +0100
commit84bce23fec5a551839d621f9ac20ba2127f01e29 (patch)
tree4408c8e84b10eb2fe912fb088e88f77b1f5eaf92 /srcs
parentc85e9a91d1922557fec919d341ab43037b5ee48d (diff)
parent583aa55259e55207808ac9e31f22849265d56e4b (diff)
downloadunexpected-keyboard-84bce23fec5a551839d621f9ac20ba2127f01e29.tar.gz
unexpected-keyboard-84bce23fec5a551839d621f9ac20ba2127f01e29.zip
Merge pull request #75 from gh0ste/master
spanish translation and layout
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 3e3d349..ebd7b70 100644
--- a/srcs/juloo.keyboard2/Config.java
+++ b/srcs/juloo.keyboard2/Config.java
@@ -152,6 +152,7 @@ final class Config
case "azerty": return R.xml.azerty;
case "qwerty": return R.xml.qwerty;
case "qwerty_lv": return R.xml.qwerty_lv;
+ case "qwerty_es": return R.xml.qwerty_es;
case "ru_jcuken": return R.xml.local_ru_jcuken;
case "qwertz": return R.xml.qwertz;
case "bgph1": return R.xml.local_bgph1;