diff options
| author | Mostafa Ayesh | 2023-03-11 10:54:20 -0500 |
|---|---|---|
| committer | GitHub | 2023-03-11 16:54:20 +0100 |
| commit | ce51df6f5a8da4b86e4ee92fd78803c5b264ffc9 (patch) | |
| tree | b125a3fa39267d406e14cee505dc6ff56935a7be /res/values/arrays.xml | |
| parent | 6aaa4973935659e40b3300e9326b888cf381545d (diff) | |
| download | unexpected-keyboard-ce51df6f5a8da4b86e4ee92fd78803c5b264ffc9.tar.gz unexpected-keyboard-ce51df6f5a8da4b86e4ee92fd78803c5b264ffc9.zip | |
Add Arabic layout (#314)
* add arabic keyboard
* use unicode values for special characters
* add alternate layout
* use arabic numbers
Diffstat (limited to 'res/values/arrays.xml')
| -rw-r--r-- | res/values/arrays.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/res/values/arrays.xml b/res/values/arrays.xml index dacc0b4..a43f747 100644 --- a/res/values/arrays.xml +++ b/res/values/arrays.xml @@ -32,6 +32,8 @@ <item>devanagari_2</item> <item>he_il_1452_1</item> <item>he_il_1452_2</item> + <item>ar_pc</item> + <item>ar_alt</item> <item>custom</item> </string-array> <string-array name="pref_layout_entries"> @@ -66,6 +68,8 @@ <item>देवनागरी (हिंदी)-2</item> <item>Hebrew SI-1452-1</item> <item>Hebrew SI-1452-2</item> + <item>Arabic PC</item> + <item>Arabic ALT</item> <item>@string/pref_layout_e_custom</item> </string-array> <string-array name="pref_accents_entries"> |
