mirror of
https://github.com/Helium314/HeliBoard.git
synced 2025-04-19 21:59:11 +00:00
made subtype generic
This commit is contained in:
parent
a840bbcfae
commit
e82b3c5d58
3 changed files with 4 additions and 4 deletions
|
@ -80,9 +80,6 @@
|
|||
<!-- 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>
|
||||
|
||||
|
|
|
@ -360,6 +360,9 @@
|
|||
<!-- Description for "LANGUAGE_NAME" (Compact) keyboard subtype [CHAR LIMIT=25]
|
||||
(Compact) can be an abbreviation to fit in the CHAR LIMIT. -->
|
||||
<string name="subtype_generic_compact"><xliff:g id="LANGUAGE_NAME" example="Hindi">%s</xliff:g> (Compact)</string>
|
||||
<!-- Description for "LANGUAGE_NAME" (Phonetic) keyboard subtype [CHAR LIMIT=25]
|
||||
(Phonetic) can be an abbreviation to fit in the CHAR LIMIT. -->
|
||||
<string name="subtype_generic_phonetic"><xliff:g id="LANGUAGE_NAME" example="Hindi">%s</xliff:g> (Phonetic)</string>
|
||||
<!-- Description for "LANGUAGE_NAME" (Sebeolsik 390) keyboard subtype [CHAR LIMIT=25]
|
||||
(Sebeolsik 390) can be an abbreviation to fit in the CHAR LIMIT. -->
|
||||
<string name="subtype_generic_sebeolsik_390"><xliff:g id="LANGUAGE_NAME" example="Korean">%s</xliff:g> (Sebeolsik 390)</string>
|
||||
|
|
|
@ -474,7 +474,7 @@
|
|||
android:isAsciiCapable="false"
|
||||
/>
|
||||
<subtype android:icon="@drawable/ic_ime_switcher"
|
||||
android:label="@string/subtype_hindi_phonetic"
|
||||
android:label="@string/subtype_generic_phonetic"
|
||||
android:subtypeId="0xe49c89a2"
|
||||
android:imeSubtypeLocale="hi"
|
||||
android:languageTag="hi"
|
||||
|
|
Loading…
Add table
Reference in a new issue