diff options
author | 2012-05-24 03:37:22 -0700 | |
---|---|---|
committer | 2012-05-24 03:37:22 -0700 | |
commit | 35dacc8e78b8b6929f8aac05d77fa2c4118018eb (patch) | |
tree | 5bfabdc8b5c6eb319a97d314f9335c06ba729236 /java/res | |
parent | fe36e7fd9b0692acbe7af24e54e261fc8ca2d2d0 (diff) | |
parent | 9b98c4a8ce496fa45b8ad6e7da57063c79d1d9e4 (diff) | |
download | latinime-35dacc8e78b8b6929f8aac05d77fa2c4118018eb.tar.gz latinime-35dacc8e78b8b6929f8aac05d77fa2c4118018eb.tar.xz latinime-35dacc8e78b8b6929f8aac05d77fa2c4118018eb.zip |
am 9b98c4a8: am 69897af2: Merge "Add new locales for the spell checker." into jb-dev
* commit '9b98c4a8ce496fa45b8ad6e7da57063c79d1d9e4':
Add new locales for the spell checker.
Diffstat (limited to 'java/res')
-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> |