From 583aa55259e55207808ac9e31f22849265d56e4b Mon Sep 17 00:00:00 2001 From: Jules Aguillon Date: Tue, 22 Feb 2022 19:08:44 +0100 Subject: Update the spanish locale To use the new layout. --- 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 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; -- cgit v1.2.3