mirror of
https://github.com/Helium314/HeliBoard.git
synced 2025-05-27 04:07:10 +00:00
add Arabic PC layout
This commit is contained in:
parent
1c67a85481
commit
dc46c14f9c
10 changed files with 350 additions and 1 deletions
|
@ -24,6 +24,7 @@
|
|||
keyboard_locale: script_name/keyboard_layout_set
|
||||
af: Afrikaans/qwerty
|
||||
ar: Arabic/arabic
|
||||
ar: Arabic/arabic_pc
|
||||
az_AZ: Azerbaijani (Azerbaijan)/qwerty
|
||||
be_BY: Belarusian (Belarus)/east_slavic
|
||||
bg: Bulgarian/bulgarian
|
||||
|
@ -161,6 +162,14 @@
|
|||
android:imeSubtypeExtraValue="SupportTouchPositionCorrection,EmojiCapable"
|
||||
android:isAsciiCapable="false"
|
||||
/>
|
||||
<subtype android:icon="@drawable/ic_ime_switcher_dark"
|
||||
android:label="@string/subtype_arabic_pc"
|
||||
android:subtypeId="0x590dde41"
|
||||
android:imeSubtypeLocale="ar"
|
||||
android:imeSubtypeMode="keyboard"
|
||||
android:imeSubtypeExtraValue="KeyboardLayoutSet=arabic_pc,EmojiCapable"
|
||||
android:isAsciiCapable="false"
|
||||
/>
|
||||
<subtype android:icon="@drawable/ic_ime_switcher_dark"
|
||||
android:label="@string/subtype_generic"
|
||||
android:subtypeId="0x70b0f974"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue