Loading java/res/xml/spellchecker.xml +4 −0 Original line number Diff line number Diff line Loading @@ -91,4 +91,8 @@ android:label="@string/subtype_generic" android:subtypeLocale="lb" /> <subtype android:label="@string/subtype_generic" android:subtypeLocale="uk" /> </spell-checker> java/src/com/android/inputmethod/latin/utils/ScriptUtils.java +1 −0 Original line number Diff line number Diff line Loading @@ -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); } /* Loading Loading
java/res/xml/spellchecker.xml +4 −0 Original line number Diff line number Diff line Loading @@ -91,4 +91,8 @@ android:label="@string/subtype_generic" android:subtypeLocale="lb" /> <subtype android:label="@string/subtype_generic" android:subtypeLocale="uk" /> </spell-checker>
java/src/com/android/inputmethod/latin/utils/ScriptUtils.java +1 −0 Original line number Diff line number Diff line Loading @@ -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); } /* Loading