Add Hindi Phonetic layout (#1278)

This commit is contained in:
npnpatidar 2025-01-13 01:30:47 +05:30 committed by GitHub
parent bf37a7f947
commit de5968d04a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 568 additions and 1 deletions

View file

@ -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.