diff options
| author | Jules Aguillon | 2022-02-22 19:08:44 +0100 |
|---|---|---|
| committer | Jules Aguillon | 2022-02-22 19:08:44 +0100 |
| commit | 583aa55259e55207808ac9e31f22849265d56e4b (patch) | |
| tree | 4408c8e84b10eb2fe912fb088e88f77b1f5eaf92 /srcs | |
| parent | 4873b8e22a145fe00f0c22d647a6c53d38bf864e (diff) | |
| download | unexpected-keyboard-583aa55259e55207808ac9e31f22849265d56e4b.tar.gz unexpected-keyboard-583aa55259e55207808ac9e31f22849265d56e4b.zip | |
Update the spanish locale
To use the new layout.
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 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; |
