aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsatok <satok@google.com>2011-08-26 18:29:40 +0900
committersatok <satok@google.com>2011-08-26 18:29:40 +0900
commit53355358717368c4e11cc958db7a096690197b28 (patch)
tree80f57abd5464b25f8581e7e5f675c78b99777ce0
parentf3f3189adbce15d609d5e06632f8e0630db890d1 (diff)
downloadlatinime-53355358717368c4e11cc958db7a096690197b28.tar.gz
latinime-53355358717368c4e11cc958db7a096690197b28.tar.xz
latinime-53355358717368c4e11cc958db7a096690197b28.zip
Add spell checker subtypes
Change-Id: Id0dadb881a74c654c1c4fa972ee82f4238d66d4e
-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>