diff options
author | 2012-05-23 20:49:43 +0900 | |
---|---|---|
committer | 2012-05-24 18:45:58 +0900 | |
commit | d527a15ec44089930dd23c9e20b8672024a4555b (patch) | |
tree | e0b8d3609a4ae8eb627748e80fb546c4cc3d753c /java/res/xml/spellchecker.xml | |
parent | 1e1235feeb5454dc8dd76d68dbf634b35d2d20f2 (diff) | |
download | latinime-d527a15ec44089930dd23c9e20b8672024a4555b.tar.gz latinime-d527a15ec44089930dd23c9e20b8672024a4555b.tar.xz latinime-d527a15ec44089930dd23c9e20b8672024a4555b.zip |
Add new locales for the spell checker.
Bug: 6533167
Change-Id: I1581e8446b1af5dc3679e01be16d4fc34af725cc
Diffstat (limited to 'java/res/xml/spellchecker.xml')
-rw-r--r-- | java/res/xml/spellchecker.xml | 16 |
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> |