summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorblunden <blunden2@gmail.com>2012-12-14 03:59:13 +0100
committerMichael Bestas <mikeioannina@gmail.com>2016-12-30 22:09:39 +0200
commitc0ee908dc9f93bff2cea4e8eec94f8858a37f074 (patch)
tree4b20d7ef0125187cd21de3419eb12e37151752af
parent6a644bf29a102eb20f640bed8c9c2df85796ea77 (diff)
downloadandroid_packages_inputmethods_LatinIME-c0ee908dc9f93bff2cea4e8eec94f8858a37f074.tar.gz
android_packages_inputmethods_LatinIME-c0ee908dc9f93bff2cea4e8eec94f8858a37f074.tar.bz2
android_packages_inputmethods_LatinIME-c0ee908dc9f93bff2cea4e8eec94f8858a37f074.zip
LatinIME: Enable spellchecker for additional languages
We include more dictionaries than stock builds so let's also enable spell checking for languages that use only the supported unicode characters. Change-Id: Iff9aea56edde10e47a754df39682f4f72c269756
-rw-r--r--java/res/xml/spellchecker.xml16
1 files changed, 16 insertions, 0 deletions
diff --git a/java/res/xml/spellchecker.xml b/java/res/xml/spellchecker.xml
index d2da17f9d..119e69947 100644
--- a/java/res/xml/spellchecker.xml
+++ b/java/res/xml/spellchecker.xml
@@ -63,4 +63,20 @@
android:label="@string/subtype_generic"
android:subtypeLocale="hu"
/>
+ <subtype
+ android:label="@string/subtype_generic"
+ android:subtypeLocale="da"
+ />
+ <subtype
+ android:label="@string/subtype_generic"
+ android:subtypeLocale="fi"
+ />
+ <subtype
+ android:label="@string/subtype_generic"
+ android:subtypeLocale="nb"
+ />
+ <subtype
+ android:label="@string/subtype_generic"
+ android:subtypeLocale="sv"
+ />
</spell-checker>