aboutsummaryrefslogtreecommitdiffstats
path: root/java/res/xml/key_styles_currency.xml
diff options
context:
space:
mode:
authorTadashi G. Takaoka <takaoka@google.com>2014-04-08 15:34:41 +0900
committerTadashi G. Takaoka <takaoka@google.com>2014-04-09 12:48:43 +0900
commitdaf75d275e7041bd9669315eb162489ddbf558a8 (patch)
treee9e3a65697e2685ced172817d61bef3dad9d07c0 /java/res/xml/key_styles_currency.xml
parent27a4f2e5e17ef684a94fbd66b5d74ad0fc1fa4f6 (diff)
downloadlatinime-daf75d275e7041bd9669315eb162489ddbf558a8.tar.gz
latinime-daf75d275e7041bd9669315eb162489ddbf558a8.tar.xz
latinime-daf75d275e7041bd9669315eb162489ddbf558a8.zip
Add en_IN subtype
Bug: 13914988 Change-Id: Ifd497a6a1d2686490e388e10e391475e97e9c166
Diffstat (limited to 'java/res/xml/key_styles_currency.xml')
-rw-r--r--java/res/xml/key_styles_currency.xml26
1 files changed, 26 insertions, 0 deletions
diff --git a/java/res/xml/key_styles_currency.xml b/java/res/xml/key_styles_currency.xml
index 29e2eae3d..0bb2bb408 100644
--- a/java/res/xml/key_styles_currency.xml
+++ b/java/res/xml/key_styles_currency.xml
@@ -129,6 +129,32 @@
latin:styleName="moreCurrency4KeyStyle"
latin:keySpec="&#x00A2;" />
</case>
+ <!-- IN: India (Rupee) -->
+ <case
+ latin:countryCode="IN"
+ >
+ <!-- U+20B9: "₹" INDIAN RUPEE SIGN
+ U+00A3: "£" POUND SIGN
+ U+20AC: "€" EURO SIGN
+ U+00A2: "¢" CENT SIGN -->
+ <key-style
+ latin:styleName="currencyKeyStyle"
+ latin:keySpec="&#x20B9;"
+ latin:moreKeys="!text/morekeys_currency" />
+ <key-style
+ latin:styleName="moreCurrency1KeyStyle"
+ latin:keySpec="&#x00A3;" />
+ <key-style
+ latin:styleName="moreCurrency2KeyStyle"
+ latin:keySpec="&#x20AC;" />
+ <key-style
+ latin:styleName="moreCurrency3KeyStyle"
+ latin:keySpec="$"
+ latin:moreKeys="&#x00A2;" />
+ <key-style
+ latin:styleName="moreCurrency4KeyStyle"
+ latin:keySpec="&#x00A2;" />
+ </case>
<!-- GB: United Kingdom (Pound) -->
<case
latin:countryCode="GB"