mirror of
https://github.com/Helium314/HeliBoard.git
synced 2025-06-03 21:30:12 +00:00
Add Hindi Phonetic layout (#1278)
This commit is contained in:
parent
bf37a7f947
commit
de5968d04a
4 changed files with 568 additions and 1 deletions
|
@ -48,6 +48,7 @@
|
|||
gu: Gujarati/gujarati
|
||||
hi: Hindi/hindi
|
||||
hi: Hindi/hindi_compact
|
||||
hi: Hindi/hindi_phonetic
|
||||
hi_ZZ: Hinglish/qwerty # This is a preliminary keyboard layout.
|
||||
hr: Croatian/qwertz
|
||||
hu: Hungarian/qwertz
|
||||
|
@ -471,6 +472,15 @@
|
|||
android:imeSubtypeMode="keyboard"
|
||||
android:imeSubtypeExtraValue="KeyboardLayoutSet=hindi_compact,NoShiftKey,EmojiCapable"
|
||||
android:isAsciiCapable="false"
|
||||
/>
|
||||
<subtype android:icon="@drawable/ic_ime_switcher"
|
||||
android:label="@string/subtype_generic_phonetic"
|
||||
android:subtypeId="0xe49c89a2"
|
||||
android:imeSubtypeLocale="hi"
|
||||
android:languageTag="hi"
|
||||
android:imeSubtypeMode="keyboard"
|
||||
android:imeSubtypeExtraValue="KeyboardLayoutSet=hindi_phonetic,EmojiCapable"
|
||||
android:isAsciiCapable="false"
|
||||
/>
|
||||
<!-- This Hinglish keyboard is a preliminary layout.
|
||||
This isn't based on the final specification.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue