diff options
| author | vedamanavi | 2024-01-29 02:19:27 +0330 |
|---|---|---|
| committer | GitHub | 2024-01-28 23:49:27 +0100 |
| commit | 44f39059e40c4002755219bbcf79a09d4c318525 (patch) | |
| tree | 9fb13feaaf10212a01c419c4659d5564e60cac13 /res/values | |
| parent | bbc622683961a04a2e3fd41d043ad54855c6c131 (diff) | |
| download | unexpected-keyboard-44f39059e40c4002755219bbcf79a09d4c318525.tar.gz unexpected-keyboard-44f39059e40c4002755219bbcf79a09d4c318525.zip | |
Add layout QWERTY (Talysh New Latin) (#529)
Diffstat (limited to 'res/values')
| -rw-r--r-- | res/values/layouts.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/res/values/layouts.xml b/res/values/layouts.xml index 14c1c32..1acafd9 100644 --- a/res/values/layouts.xml +++ b/res/values/layouts.xml @@ -37,6 +37,7 @@ <item>latn_qwerty_pl</item> <item>latn_qwerty_ro</item> <item>latn_qwerty_se</item> + <item>latn_qwerty_tly</item> <item>latn_qwerty_tr</item> <item>latn_qwerty_vi</item> <item>latn_qwertz</item> @@ -85,6 +86,7 @@ <item>QWERTY (Polski)</item> <item>QWERTY (Română)</item> <item>QWERTY (Swedish)</item> + <item>QWERTY (Talysh New Latin)</item> <item>QWERTY (Türkçe)</item> <item>QWERTY (Vietnamese)</item> <item>QWERTZ</item> @@ -133,6 +135,7 @@ <item>@xml/latn_qwerty_pl</item> <item>@xml/latn_qwerty_ro</item> <item>@xml/latn_qwerty_se</item> + <item>@xml/latn_qwerty_tly</item> <item>@xml/latn_qwerty_tr</item> <item>@xml/latn_qwerty_vi</item> <item>@xml/latn_qwertz</item> |
