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

Commit ddcadf3d authored by Michel Weimerskirch's avatar Michel Weimerskirch Committed by Michael Bestas
Browse files

LatinIME: Add Luxembourgish keyboard & spellchecking dictionary

Change-Id: Ie53bcb49b568a44a7bdcc8c7437d9981062487b6
parent dd0eaabf
Loading
Loading
Loading
Loading
+438 KiB

File added.

No diff preview for this file type.

+7 −0
Original line number Diff line number Diff line
@@ -469,6 +469,13 @@
            android:imeSubtypeExtraValue="KeyboardLayoutSet=east_slavic,EmojiCapable"
            android:isAsciiCapable="false"
    />
    <subtype android:icon="@drawable/ic_ime_switcher_dark"
            android:label="@string/subtype_generic"
            android:subtypeId="0x6c624c55"
            android:imeSubtypeLocale="lb"
            android:imeSubtypeMode="keyboard"
            android:imeSubtypeExtraValue="KeyboardLayoutSet=qwertz,AsciiCapable,EmojiCapable"
    />
    <subtype android:icon="@drawable/ic_ime_switcher_dark"
            android:label="@string/subtype_generic"
            android:subtypeId="0x8315772c"
+4 −0
Original line number Diff line number Diff line
@@ -83,4 +83,8 @@
            android:label="@string/subtype_generic"
            android:subtypeLocale="el"
    />
    <subtype
            android:label="@string/subtype_generic"
            android:subtypeLocale="lb"
    />
</spell-checker>
+370 −323

File changed.

Preview size limit exceeded, changes collapsed.

+1 −0
Original line number Diff line number Diff line
@@ -66,6 +66,7 @@ public class ScriptUtils {
        mSpellCheckerLanguageToScript.put("hr", SCRIPT_LATIN);
        mSpellCheckerLanguageToScript.put("hu", SCRIPT_LATIN);
        mSpellCheckerLanguageToScript.put("it", SCRIPT_LATIN);
        mSpellCheckerLanguageToScript.put("lb", SCRIPT_LATIN);
        mSpellCheckerLanguageToScript.put("lt", SCRIPT_LATIN);
        mSpellCheckerLanguageToScript.put("lv", SCRIPT_LATIN);
        mSpellCheckerLanguageToScript.put("nb", SCRIPT_LATIN);
Loading