aboutsummaryrefslogtreecommitdiffstats
path: root/java
diff options
context:
space:
mode:
Diffstat (limited to 'java')
-rw-r--r--java/res/xml/spellchecker.xml20
1 files changed, 16 insertions, 4 deletions
diff --git a/java/res/xml/spellchecker.xml b/java/res/xml/spellchecker.xml
index ce09264ce..30fac5b20 100644
--- a/java/res/xml/spellchecker.xml
+++ b/java/res/xml/spellchecker.xml
@@ -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>