aboutsummaryrefslogtreecommitdiffstats
path: root/java/res
diff options
context:
space:
mode:
authorJean Chalard <jchalard@google.com>2012-05-24 03:13:56 -0700
committerAndroid (Google) Code Review <android-gerrit@google.com>2012-05-24 03:13:56 -0700
commit69897af20db8fc0cb7cbf3d218cc1760ee200c43 (patch)
tree49180725239aa6bf770b1ced182cf06d28056de0 /java/res
parent49afe45d8ea09dd51bbe27f10b0210adf37cdb3f (diff)
parentd527a15ec44089930dd23c9e20b8672024a4555b (diff)
downloadlatinime-69897af20db8fc0cb7cbf3d218cc1760ee200c43.tar.gz
latinime-69897af20db8fc0cb7cbf3d218cc1760ee200c43.tar.xz
latinime-69897af20db8fc0cb7cbf3d218cc1760ee200c43.zip
Merge "Add new locales for the spell checker." into jb-dev
Diffstat (limited to 'java/res')
-rw-r--r--java/res/xml/spellchecker.xml16
1 files changed, 16 insertions, 0 deletions
diff --git a/java/res/xml/spellchecker.xml b/java/res/xml/spellchecker.xml
index 2e4448c44..66cd66280 100644
--- a/java/res/xml/spellchecker.xml
+++ b/java/res/xml/spellchecker.xml
@@ -29,6 +29,14 @@
/>
<subtype
android:label="@string/subtype_generic"
+ android:subtypeLocale="en_US"
+ />
+ <subtype
+ android:label="@string/subtype_generic"
+ android:subtypeLocale="en_GB"
+ />
+ <subtype
+ android:label="@string/subtype_generic"
android:subtypeLocale="fr"
/>
<subtype
@@ -55,4 +63,12 @@
android:label="@string/subtype_generic"
android:subtypeLocale="nl"
/>
+ <subtype
+ android:label="@string/subtype_generic"
+ android:subtypeLocale="hr"
+ />
+ <subtype
+ android:label="@string/subtype_generic"
+ android:subtypeLocale="pt_BR"
+ />
</spell-checker>