diff options
author | 2013-01-09 17:40:46 +0900 | |
---|---|---|
committer | 2013-01-11 14:59:34 +0900 | |
commit | d8590857bdff7f30a93af07aef0362d9f7460a5a (patch) | |
tree | c721018ebfa69b345350de2da67cedf9bd87075e /java/res/xml/spellchecker.xml | |
parent | aa9db1e2598e6a8c64844db4261e067e592a6f38 (diff) | |
download | latinime-d8590857bdff7f30a93af07aef0362d9f7460a5a.tar.gz latinime-d8590857bdff7f30a93af07aef0362d9f7460a5a.tar.xz latinime-d8590857bdff7f30a93af07aef0362d9f7460a5a.zip |
Fix spell checker subtype list.
Remove the subtypes that don't get a dictionary any more in AOSP.
Also prepare for all downloadable-dictionary supported subtypes.
Bug: 7673670
Change-Id: I5b754a791233c270237b8f7e5e2208f7282ad294
Diffstat (limited to 'java/res/xml/spellchecker.xml')
-rw-r--r-- | java/res/xml/spellchecker.xml | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/java/res/xml/spellchecker.xml b/java/res/xml/spellchecker.xml index 66cd66280..813319c7b 100644 --- a/java/res/xml/spellchecker.xml +++ b/java/res/xml/spellchecker.xml @@ -57,18 +57,6 @@ /> <subtype android:label="@string/subtype_generic" - android:subtypeLocale="cs" - /> - <subtype - 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> |