mirror of
https://gitlab.futo.org/keyboard/latinime.git
synced 2024-09-28 14:54:30 +01:00
Add spell checker subtypes
Change-Id: Id0dadb881a74c654c1c4fa972ee82f4238d66d4e
This commit is contained in:
parent
f3f3189adb
commit
5335535871
@ -23,11 +23,23 @@
|
||||
<spell-checker xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:label="@string/spell_checker_service_name">
|
||||
<subtype
|
||||
android:label="@string/subtype_en_US"
|
||||
android:subtypeLocale="en_US"
|
||||
android:label="@string/subtype_generic"
|
||||
android:subtypeLocale="en"
|
||||
/>
|
||||
<subtype
|
||||
android:label="@string/subtype_en_GB"
|
||||
android:subtypeLocale="en_GB"
|
||||
android:label="@string/subtype_generic"
|
||||
android:subtypeLocale="fr"
|
||||
/>
|
||||
<subtype
|
||||
android:label="@string/subtype_generic"
|
||||
android:subtypeLocale="de"
|
||||
/>
|
||||
<subtype
|
||||
android:label="@string/subtype_generic"
|
||||
android:subtypeLocale="it"
|
||||
/>
|
||||
<subtype
|
||||
android:label="@string/subtype_generic"
|
||||
android:subtypeLocale="es"
|
||||
/>
|
||||
</spell-checker>
|
||||
|
Loading…
Reference in New Issue
Block a user