Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 7e776212 authored by blunden's avatar blunden Committed by Danny Baumann
Browse files

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

LatinIME: Enable Greek spell checking

* We already ship a dictionary for Greek

Change-Id: I99ee7c98a88515c4c69b654210c10696135d7560
parent 580644ef
Loading
Loading
Loading
Loading
+20 −0
Original line number Diff line number Diff line
@@ -63,4 +63,24 @@
            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"
    />
    <subtype
            android:label="@string/subtype_generic"
            android:subtypeLocale="el"
    />
</spell-checker>