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 /res/values | |
| 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 'res/values')
| -rw-r--r-- | res/values/arrays.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/res/values/arrays.xml b/res/values/arrays.xml index a43772c..ffb4226 100644 --- a/res/values/arrays.xml +++ b/res/values/arrays.xml @@ -13,6 +13,7 @@ <item>qwerty_sv_se</item> <item>qwerty_hu</item> <item>qwerty_tr</item> + <item>qwerty_pl</item> <item>ru_jcuken</item> <item>qwertz</item> <item>qwertz_cs</item> @@ -41,6 +42,7 @@ <item>QWERTY (Swedish)</item> <item>QWERTY (Hungarian)</item> <item>QWERTY (Türkçe)</item> + <item>QWERTY (Polski)</item> <item>ЙЦУКЕН (Русский)</item> <item>QWERTZ</item> <item>QWERTZ (Czech)</item> |
