summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Bestas <mikeioannina@gmail.com>2015-01-18 02:10:48 +0200
committerMichael Bestas <mikeioannina@gmail.com>2015-01-18 02:10:48 +0200
commit2eccea1ef5936819b5c1ba99ed2186a3324ff411 (patch)
treeed38313b83fbeb25d4fbcab51ca0b91357bf822c
parente4ccf11664734179266ad22ca9c20499615d4ce0 (diff)
downloadandroid_packages_inputmethods_LatinIME-2eccea1ef5936819b5c1ba99ed2186a3324ff411.tar.gz
android_packages_inputmethods_LatinIME-2eccea1ef5936819b5c1ba99ed2186a3324ff411.tar.bz2
android_packages_inputmethods_LatinIME-2eccea1ef5936819b5c1ba99ed2186a3324ff411.zip
LatinIME: Enable Greek spell checking
* We already ship a dictionary for Greek Change-Id: I99ee7c98a88515c4c69b654210c10696135d7560
-rw-r--r--java/res/xml/spellchecker.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/java/res/xml/spellchecker.xml b/java/res/xml/spellchecker.xml
index 119e69947..c9973d204 100644
--- a/java/res/xml/spellchecker.xml
+++ b/java/res/xml/spellchecker.xml
@@ -79,4 +79,8 @@
android:label="@string/subtype_generic"
android:subtypeLocale="sv"
/>
+ <subtype
+ android:label="@string/subtype_generic"
+ android:subtypeLocale="el"
+ />
</spell-checker>