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

Commit ee672144 authored by Tadashi G. Takaoka's avatar Tadashi G. Takaoka Committed by Android (Google) Code Review
Browse files

Merge "Swap single and double quotation marks in Spanish tablet keyboard"

parents 1ee6e145 0d3eb7d9
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>