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 03:29:50 +0200
commit05356556223138e15dacbcd468b267bd8cd1f9ca (patch)
treeb5d6d3f6ef9dcc7a6d0ab773edf7f4dad9e15647
parentd1bd024829b42e0013a8c4bb45da19e0d69dd566 (diff)
downloadandroid_packages_inputmethods_LatinIME-05356556223138e15dacbcd468b267bd8cd1f9ca.tar.gz
android_packages_inputmethods_LatinIME-05356556223138e15dacbcd468b267bd8cd1f9ca.tar.bz2
android_packages_inputmethods_LatinIME-05356556223138e15dacbcd468b267bd8cd1f9ca.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>