mirror of
https://github.com/Helium314/HeliBoard.git
synced 2025-05-27 04:07:10 +00:00
Add ur_PK (urdu pakistan) keyboard (#133)
This commit is contained in:
parent
ebffe9927e
commit
065beab72a
9 changed files with 890 additions and 383 deletions
|
@ -105,6 +105,7 @@
|
|||
th: Thai/thai
|
||||
tl: Tagalog/spanish
|
||||
tr: Turkish/qwerty
|
||||
ur_PK: Urdu Pakistan
|
||||
uk: Ukrainian/east_slavic
|
||||
uz_UZ: Uzbek (Uzbekistan)/uzbek # This is a preliminary keyboard layout.
|
||||
vi: Vietnamese/qwerty
|
||||
|
@ -814,6 +815,14 @@
|
|||
android:imeSubtypeExtraValue="KeyboardLayoutSet=east_slavic,EmojiCapable"
|
||||
android:isAsciiCapable="false"
|
||||
/>
|
||||
<subtype android:icon="@drawable/ic_ime_switcher_dark"
|
||||
android:label="@string/subtype_generic"
|
||||
android:subtypeId="0x1e8349fc"
|
||||
android:imeSubtypeLocale="ur_PK"
|
||||
android:imeSubtypeMode="keyboard"
|
||||
android:imeSubtypeExtraValue="KeyboardLayoutSet=urdu,EmojiCapable"
|
||||
android:isAsciiCapable="false"
|
||||
/>
|
||||
<!-- TODO: This Uzbek keyboard is a preliminary layout.
|
||||
This isn't based on the final specification. -->
|
||||
<subtype android:icon="@drawable/ic_ime_switcher_dark"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue