diff options
author | 2012-06-14 17:12:04 -0700 | |
---|---|---|
committer | 2012-06-14 17:12:04 -0700 | |
commit | 9e14e387b070cb5bb7397fc93f92b40d0792302d (patch) | |
tree | 9f7b525d48be70f2ac0693d77f38464527bdd6ea /java/res/xml/key_styles_currency.xml | |
parent | 7cbd0478cfb66f406bb04c3b5c79da37b2263d66 (diff) | |
download | latinime-9e14e387b070cb5bb7397fc93f92b40d0792302d.tar.gz latinime-9e14e387b070cb5bb7397fc93f92b40d0792302d.tar.xz latinime-9e14e387b070cb5bb7397fc93f92b40d0792302d.zip |
Add Afgani sign to Persian symbols
Bug: 6670613
Change-Id: If18d033a39b763224bea71af2bec70fb67b31c8e
Diffstat (limited to 'java/res/xml/key_styles_currency.xml')
-rw-r--r-- | java/res/xml/key_styles_currency.xml | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/java/res/xml/key_styles_currency.xml b/java/res/xml/key_styles_currency.xml index d5c6a87b9..6dea16f89 100644 --- a/java/res/xml/key_styles_currency.xml +++ b/java/res/xml/key_styles_currency.xml @@ -105,6 +105,7 @@ latin:languageCode="fa" > <!-- U+FDFC: "﷼" RIAL SIGN + U+060B: "؋" AFGHANI SIGN U+00A3: "£" POUND SIGN U+20AC: "€" EURO SIGN U+00A2: "¢" CENT SIGN --> @@ -112,20 +113,20 @@ <key-style latin:styleName="currencyKeyStyle" latin:keyLabel="﷼" - latin:moreKeys="!text/more_keys_for_currency_general" /> + latin:moreKeys="!text/more_keys_for_currency_general,؋" /> <key-style latin:styleName="moreCurrency1KeyStyle" - latin:keyLabel="£" /> + latin:keyLabel="£" /> <key-style latin:styleName="moreCurrency2KeyStyle" - latin:keyLabel="€" /> + latin:keyLabel="€" /> <key-style latin:styleName="moreCurrency3KeyStyle" latin:keyLabel="$" - latin:moreKeys="¢" /> + latin:moreKeys="¢" /> <key-style latin:styleName="moreCurrency4KeyStyle" - latin:keyLabel="¢" /> + latin:keyLabel="¢" /> </case> <!-- United Kingdom --> <case |