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

Unverified Commit c0ee908d authored by blunden's avatar blunden Committed by Michael Bestas
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
parent 6a644bf2
Loading
Loading
Loading
Loading
+16 −0
Original line number Original line Diff line number Diff line
@@ -63,4 +63,20 @@
            android:label="@string/subtype_generic"
            android:label="@string/subtype_generic"
            android:subtypeLocale="hu"
            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>
</spell-checker>