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

Commit 1e920d2f authored by Olexandr Nesterenko's avatar Olexandr Nesterenko Committed by Basil Gello
Browse files

Add support for Ukrainian spell checking

Change-Id: Ie8a39c9206ec1a2e4cccc43d77890abe00080747
parent 2e32ca08
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -91,4 +91,8 @@
            android:label="@string/subtype_generic"
            android:subtypeLocale="lb"
    />
    <subtype
            android:label="@string/subtype_generic"
            android:subtypeLocale="uk"
    />
</spell-checker>
+1 −0
Original line number Diff line number Diff line
@@ -68,6 +68,7 @@ public class ScriptUtils {
        mLanguageCodeToScriptCode.put("ta", SCRIPT_TAMIL);
        mLanguageCodeToScriptCode.put("te", SCRIPT_TELUGU);
        mLanguageCodeToScriptCode.put("th", SCRIPT_THAI);
        mLanguageCodeToScriptCode.put("uk", SCRIPT_CYRILLIC);
    }

    /*