aboutsummaryrefslogtreecommitdiffstats
path: root/java/res
diff options
context:
space:
mode:
authorJean Chalard <jchalard@google.com>2011-12-05 02:30:29 -0800
committerAndroid (Google) Code Review <android-gerrit@google.com>2011-12-05 02:30:29 -0800
commitf7fa231b7ab5ba8bd495a68b6145f14f6e2480c3 (patch)
tree9fbd961fe8223d614e76399dba01840cba6941dd /java/res
parent6ddb07433fc8ed8675f0996a48790a05a97b61f0 (diff)
parentbb2b30fc7ff31182d314e4db9baf1913bf08522d (diff)
downloadlatinime-f7fa231b7ab5ba8bd495a68b6145f14f6e2480c3.tar.gz
latinime-f7fa231b7ab5ba8bd495a68b6145f14f6e2480c3.tar.xz
latinime-f7fa231b7ab5ba8bd495a68b6145f14f6e2480c3.zip
Merge "Add support for Russian spell checking."
Diffstat (limited to 'java/res')
-rw-r--r--java/res/xml/spellchecker.xml12
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>