diff options
author | 2011-12-05 17:35:37 +0900 | |
---|---|---|
committer | 2011-12-05 18:57:03 +0900 | |
commit | bb2b30fc7ff31182d314e4db9baf1913bf08522d (patch) | |
tree | 86be6ecd70ede02ac8975d5c54c8d0095ce76512 /java/res/xml/spellchecker.xml | |
parent | c410e243e983e95413dc2fc855a25fc0ede4bf3c (diff) | |
download | latinime-bb2b30fc7ff31182d314e4db9baf1913bf08522d.tar.gz latinime-bb2b30fc7ff31182d314e4db9baf1913bf08522d.tar.xz latinime-bb2b30fc7ff31182d314e4db9baf1913bf08522d.zip |
Add support for Russian spell checking.
Note that this is not enough: we still need to create a
reasonable proximity table for Cyrillic characters, or we
won't be able to show up suggestions.
Bug: 5701241
Change-Id: Idb141f7a230a6e1a46094308c26f43c01ab3b97a
Diffstat (limited to 'java/res/xml/spellchecker.xml')
-rw-r--r-- | java/res/xml/spellchecker.xml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/java/res/xml/spellchecker.xml b/java/res/xml/spellchecker.xml index d1269d878..b48dc52cd 100644 --- a/java/res/xml/spellchecker.xml +++ b/java/res/xml/spellchecker.xml @@ -43,4 +43,16 @@ android:label="@string/subtype_generic" android:subtypeLocale="es" /> + <subtype + android:label="@string/subtype_generic" + android:subtypeLocale="ru" + /> + <subtype + android:label="@string/subtype_generic" + android:subtypeLocale="cs" + /> + <subtype + android:label="@string/subtype_generic" + android:subtypeLocale="nl" + /> </spell-checker> |