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

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

LatinIME: Add Luxembourgish keyboard & spellchecking dictionary

Change-Id: Ie53bcb49b568a44a7bdcc8c7437d9981062487b6
parent e89621ec
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
@@ -496,6 +496,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>
+239 −193

File changed.

Preview size limit exceeded, changes collapsed.

+67 −0
Original line number Diff line number Diff line
<?xml version="1.0" encoding="utf-8"?>
<!--
/*
**
** Copyright 2015, The CyanogenMod Project
**
** Licensed under the Apache License, Version 2.0 (the "License");
** you may not use this file except in compliance with the License.
** You may obtain a copy of the License at
**
**     http://www.apache.org/licenses/LICENSE-2.0
**
** Unless required by applicable law or agreed to in writing, software
** distributed under the License is distributed on an "AS IS" BASIS,
** WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
** See the License for the specific language governing permissions and
** limitations under the License.
*/
-->
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
    <!-- U+00E4: "ä" LATIN SMALL LETTER A WITH DIAERESIS
         U+0040: "@" COMMERCIAL AT
         U+00E2: "â" LATIN SMALL LETTER A WITH CIRCUMFLEX
         U+00E0: "à" LATIN SMALL LETTER A WITH GRAVE
         U+00E1: "á" LATIN SMALL LETTER A WITH ACUTE
         U+00E6: "æ" LATIN SMALL LETTER AE
         U+00E3: "ã" LATIN SMALL LETTER A WITH TILDE
         U+00E5: "å" LATIN SMALL LETTER A WITH RING ABOVE
         U+0101: "ā" LATIN SMALL LETTER A WITH MACRON -->
    <string name="morekeys_a">&#x00E4;,&#x0040;,&#x00E2;,&#x00E0;,&#x00E1;,&#x00E6;,&#x00E3;,&#x00E5;,&#x0101;</string>
    <!-- U+00E9: "é" LATIN SMALL LETTER E WITH ACUTE
         U+00E8: "è" LATIN SMALL LETTER E WITH GRAVE
         U+00EA: "ê" LATIN SMALL LETTER E WITH CIRCUMFLEX
         U+00EB: "ë" LATIN SMALL LETTER E WITH DIAERESIS -->
    <string name="morekeys_e">&#x00E9;,&#x00E8;,&#x00EA;,&#x00EB;</string>
    <!-- U+00ED: "í" LATIN SMALL LETTER I WITH ACUTE
         U+00EC: "ì" LATIN SMALL LETTER I WITH GRAVE
         U+00EE: "î" LATIN SMALL LETTER I WITH CIRCUMFLEX
         U+00EF: "ï" LATIN SMALL LETTER I WITH DIAERESIS -->
    <string name="morekeys_i">&#x00ED;,&#x00EC;,&#x00EE;,&#x00EF;</string>
    <!-- U+00F6: "ö" LATIN SMALL LETTER O WITH DIAERESIS
         U+00F4: "ô" LATIN SMALL LETTER O WITH CIRCUMFLEX
         U+00F2: "ò" LATIN SMALL LETTER O WITH GRAVE
         U+00F3: "ó" LATIN SMALL LETTER O WITH ACUTE
         U+00F5: "õ" LATIN SMALL LETTER O WITH TILDE
         U+0153: "œ" LATIN SMALL LIGATURE OE
         U+00F8: "ø" LATIN SMALL LETTER O WITH STROKE
         U+014D: "ō" LATIN SMALL LETTER O WITH MACRON -->
    <string name="morekeys_o">&#x00F6;,&#x00F4;,&#x00F2;,&#x00F3;,&#x00F5;,&#x0153;,&#x00F8;,&#x014D;</string>
    <!-- U+00FC: "ü" LATIN SMALL LETTER U WITH DIAERESIS
         U+00FB: "û" LATIN SMALL LETTER U WITH CIRCUMFLEX
         U+00F9: "ù" LATIN SMALL LETTER U WITH GRAVE
         U+00FA: "ú" LATIN SMALL LETTER U WITH ACUTE
         U+016B: "ū" LATIN SMALL LETTER U WITH MACRON -->
    <string name="morekeys_u">&#x00FC;,&#x00FB;,&#x00F9;,&#x00FA;,&#x016B;</string>
    <!-- U+00DF: "ß" LATIN SMALL LETTER SHARP S
         U+015B: "ś" LATIN SMALL LETTER S WITH ACUTE
         U+0161: "š" LATIN SMALL LETTER S WITH CARON -->
    <string name="morekeys_s">&#x00DF;,&#x015B;,&#x0161;</string>
    <!-- U+00F1: "ñ" LATIN SMALL LETTER N WITH TILDE
         U+0144: "ń" LATIN SMALL LETTER N WITH ACUTE -->
    <string name="morekeys_n">&#x00F1;,&#x0144;</string>
    <string name="single_quotes">!text/single_9qm_lqm</string>
    <string name="double_quotes">!text/double_9qm_lqm</string>
    <string name="single_angle_quotes">!text/single_raqm_laqm</string>
    <string name="double_angle_quotes">!text/double_raqm_laqm</string>
</resources>