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

Commit f7ea6360 authored by Kiril Mikos's avatar Kiril Mikos
Browse files

LatinIME: Update ukrainian layout.

Add Ukrainian apostroph symbol.
Because of history and codepages reasons ukrainians
use u0027 or u2019 as apostroph. Unicode gives us correct symbol
and only it will be allowed in host names in ukrainian zone .укр

Remove hard sign from ukrainian layout. This is russian symbol.
It does not used in ukrainian language.

Change-Id: I78541eb2cea806bb18e52eb42bc828a5ff7fe42f
parent d71c86ae
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -35,7 +35,7 @@
    <Key
    <Key
        latin:keyLabel="&#x0441;"
        latin:keyLabel="&#x0441;"
        latin:keyHintLabel="&apos;"
        latin:keyHintLabel="&apos;"
        latin:additionalMoreKeys="&apos;" />
        latin:additionalMoreKeys="!text/more_keys_for_cyrillic_apostroph" />
    <!-- U+043C: "м" CYRILLIC SMALL LETTER EM -->
    <!-- U+043C: "м" CYRILLIC SMALL LETTER EM -->
    <Key
    <Key
        latin:keyLabel="&#x043C;"
        latin:keyLabel="&#x043C;"
+17 −5
Original line number Original line Diff line number Diff line
@@ -250,6 +250,7 @@ public final class KeyboardTextsSet {
        /* 145 */ "more_keys_for_single_quote",
        /* 145 */ "more_keys_for_single_quote",
        /* 146 */ "more_keys_for_double_quote",
        /* 146 */ "more_keys_for_double_quote",
        /* 147 */ "more_keys_for_tablet_double_quote",
        /* 147 */ "more_keys_for_tablet_double_quote",
        /* 148 */ "more_keys_for_cyrillic_apostroph",
    };
    };


    private static final String EMPTY = "";
    private static final String EMPTY = "";
@@ -442,6 +443,8 @@ public final class KeyboardTextsSet {
        /* 145 */ "!fixedColumnOrder!5,!text/single_quotes,!text/single_angle_quotes",
        /* 145 */ "!fixedColumnOrder!5,!text/single_quotes,!text/single_angle_quotes",
        /* 146 */ "!fixedColumnOrder!5,!text/double_quotes,!text/double_angle_quotes",
        /* 146 */ "!fixedColumnOrder!5,!text/double_quotes,!text/double_angle_quotes",
        /* 147 */ "!fixedColumnOrder!6,!text/double_quotes,!text/single_quotes,!text/double_angle_quotes,!text/single_angle_quotes",
        /* 147 */ "!fixedColumnOrder!6,!text/double_quotes,!text/single_quotes,!text/double_angle_quotes,!text/single_angle_quotes",
        // U+0027: "'" APOSTROPH
        /* 148 */ "'",
    };
    };


    /* Language af: Afrikaans */
    /* Language af: Afrikaans */
@@ -2921,11 +2924,8 @@ public final class KeyboardTextsSet {
        /* 32 */ "\u0491",
        /* 32 */ "\u0491",
        // U+0457: "ї" CYRILLIC SMALL LETTER YI
        // U+0457: "ї" CYRILLIC SMALL LETTER YI
        /* 33 */ "\u0457",
        /* 33 */ "\u0457",
        /* 34 */ null,
        /* 34~ */
        // U+044A: "ъ" CYRILLIC SMALL LETTER HARD SIGN
        null, null, null, null, null, null, null, null,
        /* 35 */ "\u044A",
        /* 36~ */
        null, null, null, null, null, null,
        /* ~41 */
        /* ~41 */
        // Label for "switch to alphabetic" key.
        // Label for "switch to alphabetic" key.
        // U+0410: "А" CYRILLIC CAPITAL LETTER A
        // U+0410: "А" CYRILLIC CAPITAL LETTER A
@@ -2939,6 +2939,18 @@ public final class KeyboardTextsSet {
        /* ~47 */
        /* ~47 */
        // U+20B4: "₴" HRYVNIA SIGN
        // U+20B4: "₴" HRYVNIA SIGN
        /* 48 */ "\u20B4",
        /* 48 */ "\u20B4",
        /* 49~ */
        null, null, null, null, null, null, null, null, null, null, null, null, null, null, null,
        null, null, null, null, null, null, null, null, null, null, null, null, null, null, null,
        null, null, null, null, null, null, null, null, null, null, null, null, null, null, null,
        null, null, null, null, null, null, null, null, null, null, null, null, null, null, null,
        null, null, null, null, null, null, null, null, null, null, null, null, null, null, null,
        null, null, null, null, null, null, null, null, null, null, null, null, null, null, null,
        null, null, null, null, null, null, null, null, null,
        /* ~147 */
        // U+0027: "'" APOSTROPH
        // U+02BC: "ʼ" CYRILLIC APOSTROPH
        /* 148 */ "',\u02BC",
    };
    };


    /* Language vi: Vietnamese */
    /* Language vi: Vietnamese */
+3 −2
Original line number Original line Diff line number Diff line
@@ -32,8 +32,9 @@
    <string name="more_keys_for_cyrillic_ghe">&#x0491;</string>
    <string name="more_keys_for_cyrillic_ghe">&#x0491;</string>
    <!-- U+0457: "ї" CYRILLIC SMALL LETTER YI -->
    <!-- U+0457: "ї" CYRILLIC SMALL LETTER YI -->
    <string name="more_keys_for_east_slavic_row2_1">&#x0457;</string>
    <string name="more_keys_for_east_slavic_row2_1">&#x0457;</string>
    <!-- U+044A: "ъ" CYRILLIC SMALL LETTER HARD SIGN -->
    <!-- U+0027: "'" APOSTROPH
    <string name="more_keys_for_cyrillic_soft_sign">&#x044A;</string>
         U+02BC: "ʼ" CYRILLIC APOSTROPH -->
    <string name="more_keys_for_cyrillic_apostroph">&apos;,&#x02BC;</string>
    <!-- U+20B4: "₴" HRYVNIA SIGN -->
    <!-- U+20B4: "₴" HRYVNIA SIGN -->
    <string name="keylabel_for_currency_generic">&#x20B4;</string>
    <string name="keylabel_for_currency_generic">&#x20B4;</string>
    <!-- Label for "switch to alphabetic" key.
    <!-- Label for "switch to alphabetic" key.
+2 −0
Original line number Original line Diff line number Diff line
@@ -247,4 +247,6 @@
    <string name="more_keys_for_single_quote">!fixedColumnOrder!5,!text/single_quotes,!text/single_angle_quotes</string>
    <string name="more_keys_for_single_quote">!fixedColumnOrder!5,!text/single_quotes,!text/single_angle_quotes</string>
    <string name="more_keys_for_double_quote">!fixedColumnOrder!5,!text/double_quotes,!text/double_angle_quotes</string>
    <string name="more_keys_for_double_quote">!fixedColumnOrder!5,!text/double_quotes,!text/double_angle_quotes</string>
    <string name="more_keys_for_tablet_double_quote">!fixedColumnOrder!6,!text/double_quotes,!text/single_quotes,!text/double_angle_quotes,!text/single_angle_quotes</string>
    <string name="more_keys_for_tablet_double_quote">!fixedColumnOrder!6,!text/double_quotes,!text/single_quotes,!text/double_angle_quotes,!text/single_angle_quotes</string>
    <!-- U+0027: "'" APOSTROPH -->
    <string name="more_keys_for_cyrillic_apostroph">&apos;</string>
</resources>
</resources>