am ba1c5d44: Merge "Add a few Arabic symbols" into ics-mr1
* commit 'ba1c5d44346eef1a6c05cdd11d504e9ebce3610f': Add a few Arabic symbolsmain
commit
ab617c0745
|
@ -102,5 +102,10 @@
|
|||
<!-- In order to make Tatweel easily distinguishable from other punctuations, we use consecutive Tatweels only for its displayed label. -->
|
||||
<string name="more_keys_for_dash">"\u0651,\u0652,\u064c,\u0653,\u064f,\u0650,\u064e,\u064b,\u0640\u0640\u0640|\u0640,\u064d,\u0654,\u0656,\u0655,\u0670"</string>
|
||||
<string name="more_keys_for_bullet">♪</string>
|
||||
<string name="more_keys_for_star">★</string>
|
||||
<!-- \u066d: ARABIC FIVE POINTED STAR -->
|
||||
<string name="more_keys_for_star">★,\u066d</string>
|
||||
<!-- \ufd3e: ORNATE LEFT PARENTHESIS -->
|
||||
<string name="more_keys_for_left_parenthesis">[,{,<,\ufd3e</string>
|
||||
<!-- \ufd3f: ORNATE RIGHT PARENTHESIS -->
|
||||
<string name="more_keys_for_right_parenthesis">],},>,\ufd3f</string>
|
||||
</resources>
|
||||
|
|
|
@ -99,4 +99,6 @@
|
|||
<string name="more_keys_for_bullet">♪,♥,♠,♦,♣</string>
|
||||
<string name="more_keys_for_star">†,‡,★</string>
|
||||
<string name="more_keys_for_plus">±</string>
|
||||
<string name="more_keys_for_left_parenthesis">[,{,<</string>
|
||||
<string name="more_keys_for_right_parenthesis">],},></string>
|
||||
</resources>
|
||||
|
|
|
@ -85,10 +85,10 @@
|
|||
latin:moreKeys="@string/more_keys_for_plus" />
|
||||
<Key
|
||||
latin:keyLabel="("
|
||||
latin:moreKeys="[,{,<" />
|
||||
latin:moreKeys="@string/more_keys_for_left_parenthesis" />
|
||||
<Key
|
||||
latin:keyLabel=")"
|
||||
latin:moreKeys="],},>"
|
||||
latin:moreKeys="@string/more_keys_for_right_parenthesis"
|
||||
latin:keyWidth="fillRight" />
|
||||
</Row>
|
||||
<Row
|
||||
|
|
Loading…
Reference in New Issue