diff options
| author | KuRa KuRd | 2023-06-05 00:21:14 +0300 |
|---|---|---|
| committer | GitHub | 2023-06-04 23:21:14 +0200 |
| commit | 53acdf7df79edbc9e5a3726efb18265db73059b7 (patch) | |
| tree | a43bf5d798d4b0c9abf0727b23086338401f063d /res/values/arrays.xml | |
| parent | 01bfe73fc7a89406d1296979d05122d67427f2d6 (diff) | |
| download | unexpected-keyboard-53acdf7df79edbc9e5a3726efb18265db73059b7.tar.gz unexpected-keyboard-53acdf7df79edbc9e5a3726efb18265db73059b7.zip | |
Add Kurdish Layout (#353)
Add Kurdish Keyboard Layout Qwerty Based Without Shift.
Diffstat (limited to 'res/values/arrays.xml')
| -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 cf66614..77dae9c 100644 --- a/res/values/arrays.xml +++ b/res/values/arrays.xml @@ -35,6 +35,7 @@ <item>ar_pc</item> <item>ar_alt</item> <item>persian</item> + <item>kurdish</item> <item>custom</item> </string-array> <string-array name="pref_layout_entries"> @@ -72,6 +73,7 @@ <item>Arabic PC</item> <item>Arabic ALT</item> <item>Persian</item> + <item>کوردی</item> <item>@string/pref_layout_e_custom</item> </string-array> <string-array name="pref_accents_entries"> |
