mirror of
https://github.com/Helium314/HeliBoard.git
synced 2025-06-01 04:12:12 +00:00
add gujarati layout (likely needs improvement, see #417)
This commit is contained in:
parent
c81f7fc59b
commit
279c564c72
3 changed files with 147 additions and 0 deletions
|
@ -44,6 +44,7 @@
|
|||
fr_CA: French (Canada)/qwerty
|
||||
fr_CH: French (Switzerland)/qwertz+
|
||||
gl_ES: Galician (Spain)/qwerty+
|
||||
gu: Gujarati/gujarati
|
||||
hi: Hindi/hindi
|
||||
hi: Hindi/hindi_compact
|
||||
hi_ZZ: Hinglish/qwerty # This is a preliminary keyboard layout.
|
||||
|
@ -420,6 +421,15 @@
|
|||
android:isAsciiCapable="true"
|
||||
/>
|
||||
<subtype android:icon="@drawable/ic_ime_switcher"
|
||||
android:label="@string/subtype_generic"
|
||||
android:subtypeId="0x39713b7f"
|
||||
android:imeSubtypeLocale="gu"
|
||||
android:languageTag="gu"
|
||||
android:imeSubtypeMode="keyboard"
|
||||
android:imeSubtypeExtraValue="KeyboardLayoutSet=gujarati,EmojiCapable"
|
||||
android:isAsciiCapable="false"
|
||||
/>
|
||||
<subtype android:icon="@drawable/ic_ime_switcher"
|
||||
android:label="@string/subtype_generic"
|
||||
android:subtypeId="0x39753b7f"
|
||||
android:imeSubtypeLocale="hi"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue