mirror of
https://gitlab.futo.org/keyboard/latinime.git
synced 2024-09-28 14:54:30 +01:00
Merge "Fix Hebrew currency symbol"
This commit is contained in:
commit
198b52f6db
@ -1899,9 +1899,10 @@ public final class KeyboardTextsSet {
|
||||
/* 47 */ "\u201C,\u201D,\u201E",
|
||||
/* 48 */ "!text/single_laqm_raqm_rtl",
|
||||
/* 49 */ "!text/double_laqm_raqm_rtl",
|
||||
/* 50~ */
|
||||
null, null, null,
|
||||
/* ~52 */
|
||||
/* 50 */ null,
|
||||
// U+20AA: "₪" NEW SHEQEL SIGN
|
||||
/* 51 */ "\u20AA",
|
||||
/* 52 */ null,
|
||||
/* 53 */ "!fixedColumnOrder!8,\",\',#,-,:,!,\\,,?,@,&,\\%,+,;,/,(|),)|(",
|
||||
// U+2605: "★" BLACK STAR
|
||||
/* 54 */ "\u2605",
|
||||
|
@ -52,4 +52,6 @@
|
||||
<string name="double_quotes">“,”,„</string>
|
||||
<string name="single_angle_quotes">!text/single_laqm_raqm_rtl</string>
|
||||
<string name="double_angle_quotes">!text/double_laqm_raqm_rtl</string>
|
||||
<!-- U+20AA: "₪" NEW SHEQEL SIGN -->
|
||||
<string name="keylabel_for_currency_generic">₪</string>
|
||||
</resources>
|
||||
|
Loading…
Reference in New Issue
Block a user