am 79cc690f: Fix Filipino keyboard
* commit '79cc690f5569b2151cccc2bb5ee740a0bae56599': Fix Filipino keyboardmain
commit
c52adddd37
|
@ -384,7 +384,8 @@ public final class KeyboardTextsSet {
|
||||||
/* 122 */ "w",
|
/* 122 */ "w",
|
||||||
/* 123 */ "y",
|
/* 123 */ "y",
|
||||||
/* 124 */ "x",
|
/* 124 */ "x",
|
||||||
/* 125 */ EMPTY,
|
// U+00F1: "ñ" LATIN SMALL LETTER N WITH TILDE
|
||||||
|
/* 125 */ "\u00F1",
|
||||||
/* 126 */ "!fixedColumnOrder!2,!hasLabels!,!text/label_time_am,!text/label_time_pm",
|
/* 126 */ "!fixedColumnOrder!2,!hasLabels!,!text/label_time_am,!text/label_time_pm",
|
||||||
/* 127 */ "!icon/settings_key|!code/key_settings",
|
/* 127 */ "!icon/settings_key|!code/key_settings",
|
||||||
/* 128 */ "!icon/shortcut_key|!code/key_shortcut",
|
/* 128 */ "!icon/shortcut_key|!code/key_shortcut",
|
||||||
|
@ -1286,15 +1287,6 @@ public final class KeyboardTextsSet {
|
||||||
// U+00A1: "¡" INVERTED EXCLAMATION MARK
|
// U+00A1: "¡" INVERTED EXCLAMATION MARK
|
||||||
// U+00BF: "¿" INVERTED QUESTION MARK
|
// U+00BF: "¿" INVERTED QUESTION MARK
|
||||||
/* 59 */ "!fixedColumnOrder!9,\u00A1,;,/,(,),#,!,\\,,?,\u00BF,&,\\%,+,\",-,:,',@",
|
/* 59 */ "!fixedColumnOrder!9,\u00A1,;,/,(,),#,!,\\,,?,\u00BF,&,\\%,+,\",-,:,',@",
|
||||||
/* 60~ */
|
|
||||||
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,
|
|
||||||
/* ~124 */
|
|
||||||
// U+00F1: "ñ" LATIN SMALL LETTER N WITH TILDE
|
|
||||||
/* 125 */ "\u00F1",
|
|
||||||
};
|
};
|
||||||
|
|
||||||
/* Language et_EE: Estonian (Estonia) */
|
/* Language et_EE: Estonian (Estonia) */
|
||||||
|
|
|
@ -67,8 +67,6 @@
|
||||||
U+0107: "ć" LATIN SMALL LETTER C WITH ACUTE
|
U+0107: "ć" LATIN SMALL LETTER C WITH ACUTE
|
||||||
U+010D: "č" LATIN SMALL LETTER C WITH CARON -->
|
U+010D: "č" LATIN SMALL LETTER C WITH CARON -->
|
||||||
<string name="more_keys_for_c">ç,ć,č</string>
|
<string name="more_keys_for_c">ç,ć,č</string>
|
||||||
<!-- U+00F1: "ñ" LATIN SMALL LETTER N WITH TILDE -->
|
|
||||||
<string name="keylabel_for_spanish_row2_10">ñ</string>
|
|
||||||
<!-- U+00A1: "¡" INVERTED EXCLAMATION MARK
|
<!-- U+00A1: "¡" INVERTED EXCLAMATION MARK
|
||||||
U+00BF: "¿" INVERTED QUESTION MARK -->
|
U+00BF: "¿" INVERTED QUESTION MARK -->
|
||||||
<string name="more_keys_for_punctuation">"!fixedColumnOrder!9,¡,;,/,(,),#,!,\\,,\?,¿,&,\\%,+,\",-,:,',\@"</string>
|
<string name="more_keys_for_punctuation">"!fixedColumnOrder!9,¡,;,/,(,),#,!,\\,,\?,¿,&,\\%,+,\",-,:,',\@"</string>
|
||||||
|
|
|
@ -189,7 +189,8 @@
|
||||||
<string name="keylabel_for_w">w</string>
|
<string name="keylabel_for_w">w</string>
|
||||||
<string name="keylabel_for_y">y</string>
|
<string name="keylabel_for_y">y</string>
|
||||||
<string name="keylabel_for_x">x</string>
|
<string name="keylabel_for_x">x</string>
|
||||||
<string name="keylabel_for_spanish_row2_10"></string>
|
<!-- U+00F1: "ñ" LATIN SMALL LETTER N WITH TILDE -->
|
||||||
|
<string name="keylabel_for_spanish_row2_10">ñ</string>
|
||||||
<string name="more_keys_for_am_pm">!fixedColumnOrder!2,!hasLabels!,\@string/label_time_am,\@string/label_time_pm</string>
|
<string name="more_keys_for_am_pm">!fixedColumnOrder!2,!hasLabels!,\@string/label_time_am,\@string/label_time_pm</string>
|
||||||
<string name="settings_as_more_key">!icon/settings_key|!code/key_settings</string>
|
<string name="settings_as_more_key">!icon/settings_key|!code/key_settings</string>
|
||||||
<string name="shortcut_as_more_key">!icon/shortcut_key|!code/key_shortcut</string>
|
<string name="shortcut_as_more_key">!icon/shortcut_key|!code/key_shortcut</string>
|
||||||
|
|
Loading…
Reference in New Issue