Merge pull request #423 from kuesji/patch-1

adding turkish lira sign
This commit is contained in:
Daniele Laudani 2021-09-07 20:00:40 +02:00 committed by GitHub
commit 61add88e31
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -21,7 +21,8 @@
<merge xmlns:latin="http://schemas.android.com/apk/res-auto">
<!-- U+00A3: "£" POUND SIGN
U+20AC: "€" EURO SIGN
U+00A2: "¢" CENT SIGN -->
U+00A2: "¢" CENT SIGN
U+20BA: "₺" TURKISH LIRA SIGN -->
<key-style
latin:styleName="currencyKeyStyle"
latin:keySpec="!text/keyspec_currency"
@ -39,4 +40,7 @@
<key-style
latin:styleName="moreCurrency4KeyStyle"
latin:keySpec="&#x00A2;" />
<key-style
latin:styleName="moreCurrency5KeyStyle"
latin:keySpec="&#x20BA;"/>
</merge>