diff options
| author | Chasm Solacer | 2022-12-11 14:49:22 +0100 |
|---|---|---|
| committer | GitHub | 2022-12-11 14:49:22 +0100 |
| commit | 8665d002bf8a6c7fda7ea337115f30d05fcd0beb (patch) | |
| tree | f412d70c470c9d0e036014d894d574b3d2f220b9 /srcs/juloo.keyboard2 | |
| parent | f0fcd791ec6ac0a904306b5bc639f81fd28733cb (diff) | |
| download | unexpected-keyboard-8665d002bf8a6c7fda7ea337115f30d05fcd0beb.tar.gz unexpected-keyboard-8665d002bf8a6c7fda7ea337115f30d05fcd0beb.zip | |
Added qwerty_pl layout (#251)
* Updated pl translation
* Added qwerty_pl.xml – QWERTY (Polski) layout
Diffstat (limited to 'srcs/juloo.keyboard2')
| -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 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; |
