From 8665d002bf8a6c7fda7ea337115f30d05fcd0beb Mon Sep 17 00:00:00 2001 From: Chasm Solacer Date: Sun, 11 Dec 2022 14:49:22 +0100 Subject: Added qwerty_pl layout (#251) * Updated pl translation * Added qwerty_pl.xml – QWERTY (Polski) layout--- srcs/juloo.keyboard2/Config.java | 1 + 1 file changed, 1 insertion(+) (limited to 'srcs/juloo.keyboard2') diff --git a/srcs/juloo.keyboard2/Config.java b/srcs/juloo.keyboard2/Config.java index fbb690d..0ef5b67 100644 --- a/srcs/juloo.keyboard2/Config.java +++ b/srcs/juloo.keyboard2/Config.java @@ -297,6 +297,7 @@ final class Config case "qwerty_pt": id = R.xml.qwerty_pt; break; case "qwerty_sv_se": id = R.xml.qwerty_sv_se; break; case "qwerty_tr": id = R.xml.qwerty_tr; break; + case "qwerty_pl": id = R.xml.qwerty_pl; break; case "qwertz": id = R.xml.qwertz; break; case "qwertz_cs": id = R.xml.qwertz_cs; break; case "qwertz_de": id = R.xml.qwertz_de; break; -- cgit v1.2.3