mirror of
https://github.com/Helium314/HeliBoard.git
synced 2025-04-25 00:56:35 +00:00
Phonetic word added to layout
This commit is contained in:
parent
2861f5b9db
commit
a840bbcfae
2 changed files with 6 additions and 3 deletions
|
@ -80,6 +80,9 @@
|
|||
<!-- Description for Bulgarian (BEKL) subtype. -->
|
||||
<string name="subtype_bulgarian_bekl" translatable="false">%s (BEKL)</string>
|
||||
|
||||
<!-- Description for Hindi (Phonetic) subtype. -->
|
||||
<string name="subtype_hindi_phonetic" translatable="false">%s (Phonetic)</string>
|
||||
|
||||
<!-- Description for Arabic (PC) subtype. -->
|
||||
<string name="subtype_arabic_pc" translatable="false">%s (PC)</string>
|
||||
|
||||
|
|
|
@ -48,7 +48,7 @@
|
|||
gu: Gujarati/gujarati
|
||||
hi: Hindi/hindi
|
||||
hi: Hindi/hindi_compact
|
||||
hi:Hindi/hindi_phonetic
|
||||
hi: Hindi/hindi_phonetic
|
||||
hi_ZZ: Hinglish/qwerty # This is a preliminary keyboard layout.
|
||||
hr: Croatian/qwertz
|
||||
hu: Hungarian/qwertz
|
||||
|
@ -474,8 +474,8 @@
|
|||
android:isAsciiCapable="false"
|
||||
/>
|
||||
<subtype android:icon="@drawable/ic_ime_switcher"
|
||||
android:label="@string/subtype_generic"
|
||||
android:subtypeId="0xf7c96864"
|
||||
android:label="@string/subtype_hindi_phonetic"
|
||||
android:subtypeId="0xe49c89a2"
|
||||
android:imeSubtypeLocale="hi"
|
||||
android:languageTag="hi"
|
||||
android:imeSubtypeMode="keyboard"
|
||||
|
|
Loading…
Add table
Reference in a new issue