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

Commit 0d3eb7d9 authored by Tadashi G. Takaoka's avatar Tadashi G. Takaoka
Browse files

Swap single and double quotation marks in Spanish tablet keyboard

Bug: 6672279
Change-Id: I120613e36ba6a690e54447fa6c9c90e131f2a155
parent 372f9da4
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -1086,6 +1086,9 @@ public final class KeyboardTextsSet {
        /* 101 */ null,
        // U+00BF: "¿" INVERTED QUESTION MARK
        /* 102 */ "?,\u00BF",
        /* 103 */ "\"",
        /* 104 */ "\'",
        /* 105 */ "\'",
    };

    /* Language et: Estonian */
+3 −0
Original line number Diff line number Diff line
@@ -74,4 +74,7 @@
    <string name="more_keys_for_tablet_comma">"!,&#x00A1;"</string>
    <!-- U+00BF: "¿" INVERTED QUESTION MARK -->
    <string name="more_keys_for_tablet_period">"\?,&#x00BF;"</string>
    <string name="keylabel_for_apostrophe">\"</string>
    <string name="keyhintlabel_for_apostrophe">\'</string>
    <string name="more_keys_for_apostrophe">\'</string>
</resources>