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

Commit 5d8bc635 authored by Michael Bestas's avatar Michael Bestas
Browse files

LatinIME: Add Hungarian to the available languages for spell check

Change-Id: Ic7ea539f9bad517d4545334ddb658a9752ad99cd
parent 36dec2ad
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -64,6 +64,7 @@ public class ScriptUtils {
        mSpellCheckerLanguageToScript.put("fi", SCRIPT_LATIN);
        mSpellCheckerLanguageToScript.put("fr", SCRIPT_LATIN);
        mSpellCheckerLanguageToScript.put("hr", SCRIPT_LATIN);
        mSpellCheckerLanguageToScript.put("hu", SCRIPT_LATIN);
        mSpellCheckerLanguageToScript.put("it", SCRIPT_LATIN);
        mSpellCheckerLanguageToScript.put("lt", SCRIPT_LATIN);
        mSpellCheckerLanguageToScript.put("lv", SCRIPT_LATIN);