summaryrefslogtreecommitdiffstats
path: root/i18npool
diff options
context:
space:
mode:
authorEike Rathke <erack@redhat.com>2012-02-17 13:04:45 +0100
committerEike Rathke <erack@redhat.com>2012-02-17 13:11:47 +0100
commit894502df745d1d3ee0e7acfe2e5d43fc443e788e (patch)
tree68c8de1a810d98d2f94c07e502de52bade115d8f /i18npool
parentfdo#46167 fix path of shell extension dll in registry (diff)
downloadcore-894502df745d1d3ee0e7acfe2e5d43fc443e788e.tar.gz
core-894502df745d1d3ee0e7acfe2e5d43fc443e788e.zip
resolved rhbz#794679 use proper Indian Rupee currency symbol U+20B9
Diffstat (limited to 'i18npool')
-rw-r--r--i18npool/source/localedata/data/bn_IN.xml9
-rw-r--r--i18npool/source/localedata/data/en_IN.xml9
-rw-r--r--i18npool/source/localedata/data/hi_IN.xml9
-rw-r--r--i18npool/source/localedata/data/kn_IN.xml9
-rw-r--r--i18npool/source/localedata/data/mai_IN.xml9
-rw-r--r--i18npool/source/localedata/data/ml_IN.xml9
-rw-r--r--i18npool/source/localedata/data/mr_IN.xml2
-rw-r--r--i18npool/source/localedata/data/or_IN.xml9
-rw-r--r--i18npool/source/localedata/data/pa_IN.xml9
-rw-r--r--i18npool/source/localedata/data/ta_IN.xml9
-rw-r--r--i18npool/source/localedata/data/te_IN.xml9
11 files changed, 81 insertions, 11 deletions
diff --git a/i18npool/source/localedata/data/bn_IN.xml b/i18npool/source/localedata/data/bn_IN.xml
index f93adf341a14..4214b38f79fa 100644
--- a/i18npool/source/localedata/data/bn_IN.xml
+++ b/i18npool/source/localedata/data/bn_IN.xml
@@ -34,7 +34,7 @@
<TimePM>অপরাহ্ণ</TimePM>
<MeasurementSystem>metric</MeasurementSystem>
</LC_CTYPE>
- <LC_FORMAT replaceFrom="[CURRENCY]" replaceTo="[$৳-445]">
+ <LC_FORMAT replaceFrom="[CURRENCY]" replaceTo="[$₹-445]">
<FormatElement msgid="FixedFormatskey1" default="true" type="medium" usage="FIXED_NUMBER" formatindex="0">
<FormatCode>Standard</FormatCode>
</FormatElement>
@@ -307,6 +307,13 @@
<LC_CURRENCY>
<Currency default="true" usedInCompatibleFormatCodes="true">
<CurrencyID>INR</CurrencyID>
+ <CurrencySymbol>₹</CurrencySymbol>
+ <BankSymbol>INR</BankSymbol>
+ <CurrencyName>Rupee</CurrencyName>
+ <DecimalPlaces>2</DecimalPlaces>
+ </Currency>
+ <Currency default="false" usedInCompatibleFormatCodes="false" legacyOnly="true">
+ <CurrencyID>INR</CurrencyID>
<CurrencySymbol>৳</CurrencySymbol>
<BankSymbol>INR</BankSymbol>
<CurrencyName>Rupee</CurrencyName>
diff --git a/i18npool/source/localedata/data/en_IN.xml b/i18npool/source/localedata/data/en_IN.xml
index 9c404f513ba7..c802f6433b01 100644
--- a/i18npool/source/localedata/data/en_IN.xml
+++ b/i18npool/source/localedata/data/en_IN.xml
@@ -12,7 +12,7 @@
</Country>
</LC_INFO>
<LC_CTYPE ref="en_GB"/>
- <LC_FORMAT ref="en_GB" replaceTo="[$Rs.-4009]"/>
+ <LC_FORMAT ref="en_GB" replaceTo="[$₹-4009]"/>
<LC_COLLATION ref="en_US"/>
<LC_SEARCH ref="en_US"/>
<LC_INDEX ref="en_US"/>
@@ -30,6 +30,13 @@
<LC_CURRENCY>
<Currency default="true" usedInCompatibleFormatCodes="true">
<CurrencyID>INR</CurrencyID>
+ <CurrencySymbol>₹</CurrencySymbol>
+ <BankSymbol>INR</BankSymbol>
+ <CurrencyName>Rupee</CurrencyName>
+ <DecimalPlaces>2</DecimalPlaces>
+ </Currency>
+ <Currency default="false" usedInCompatibleFormatCodes="false" legacyOnly="true">
+ <CurrencyID>INR</CurrencyID>
<CurrencySymbol>Rs.</CurrencySymbol>
<BankSymbol>INR</BankSymbol>
<CurrencyName>Indian Rupee</CurrencyName>
diff --git a/i18npool/source/localedata/data/hi_IN.xml b/i18npool/source/localedata/data/hi_IN.xml
index da64b171619a..643a6bb6ab4c 100644
--- a/i18npool/source/localedata/data/hi_IN.xml
+++ b/i18npool/source/localedata/data/hi_IN.xml
@@ -34,7 +34,7 @@
<TimePM>PM</TimePM>
<MeasurementSystem>Metric</MeasurementSystem>
</LC_CTYPE>
- <LC_FORMAT replaceFrom="[CURRENCY]" replaceTo="[$रु.-439]">
+ <LC_FORMAT replaceFrom="[CURRENCY]" replaceTo="[$₹-439]">
<FormatElement msgid="DateFormatskey1" default="true" type="short" usage="DATE" formatindex="18">
<FormatCode>D-M-YY</FormatCode>
</FormatElement>
@@ -305,6 +305,13 @@
<LC_CURRENCY>
<Currency default="true" usedInCompatibleFormatCodes="true">
<CurrencyID>INR</CurrencyID>
+ <CurrencySymbol>₹</CurrencySymbol>
+ <BankSymbol>INR</BankSymbol>
+ <CurrencyName>Rupee</CurrencyName>
+ <DecimalPlaces>2</DecimalPlaces>
+ </Currency>
+ <Currency default="false" usedInCompatibleFormatCodes="false" legacyOnly="true">
+ <CurrencyID>INR</CurrencyID>
<CurrencySymbol>रु.</CurrencySymbol>
<BankSymbol>INR</BankSymbol>
<CurrencyName>Rupee</CurrencyName>
diff --git a/i18npool/source/localedata/data/kn_IN.xml b/i18npool/source/localedata/data/kn_IN.xml
index f93f9042dbb0..d262faef3b21 100644
--- a/i18npool/source/localedata/data/kn_IN.xml
+++ b/i18npool/source/localedata/data/kn_IN.xml
@@ -12,7 +12,7 @@
</Country>
</LC_INFO>
<LC_CTYPE ref="hi_IN"/>
- <LC_FORMAT ref="hi_IN" replaceTo="[$ರೂ.-44b]"/>
+ <LC_FORMAT ref="hi_IN" replaceTo="[$₹-44b]"/>
<LC_COLLATION ref="en_US"/>
<LC_SEARCH ref="en_US"/>
<LC_INDEX ref="en_US"/>
@@ -138,6 +138,13 @@
<LC_CURRENCY>
<Currency default="true" usedInCompatibleFormatCodes="true">
<CurrencyID>INR</CurrencyID>
+ <CurrencySymbol>₹</CurrencySymbol>
+ <BankSymbol>INR</BankSymbol>
+ <CurrencyName>Rupee</CurrencyName>
+ <DecimalPlaces>2</DecimalPlaces>
+ </Currency>
+ <Currency default="false" usedInCompatibleFormatCodes="false" legacyOnly="true">
+ <CurrencyID>INR</CurrencyID>
<CurrencySymbol>ರೂ.</CurrencySymbol>
<BankSymbol>INR</BankSymbol>
<CurrencyName>Rupee</CurrencyName>
diff --git a/i18npool/source/localedata/data/mai_IN.xml b/i18npool/source/localedata/data/mai_IN.xml
index 56d9c4ef996e..019146c15187 100644
--- a/i18npool/source/localedata/data/mai_IN.xml
+++ b/i18npool/source/localedata/data/mai_IN.xml
@@ -34,7 +34,7 @@
<TimePM>अपराह्न</TimePM>
<MeasurementSystem>metric</MeasurementSystem>
</LC_CTYPE>
- <LC_FORMAT replaceFrom="[CURRENCY]" replaceTo="[$रू.-645]">
+ <LC_FORMAT replaceFrom="[CURRENCY]" replaceTo="[$₹-645]">
<FormatElement msgid="FixedFormatskey1" default="true" type="medium" usage="FIXED_NUMBER" formatindex="0">
<FormatCode>General</FormatCode>
</FormatElement>
@@ -314,6 +314,13 @@
<LC_CURRENCY>
<Currency default="true" usedInCompatibleFormatCodes="true">
<CurrencyID>INR</CurrencyID>
+ <CurrencySymbol>₹</CurrencySymbol>
+ <BankSymbol>INR</BankSymbol>
+ <CurrencyName>Rupee</CurrencyName>
+ <DecimalPlaces>2</DecimalPlaces>
+ </Currency>
+ <Currency default="false" usedInCompatibleFormatCodes="false" legacyOnly="true">
+ <CurrencyID>INR</CurrencyID>
<CurrencySymbol>रू.</CurrencySymbol>
<BankSymbol>INR</BankSymbol>
<CurrencyName>रुपया</CurrencyName>
diff --git a/i18npool/source/localedata/data/ml_IN.xml b/i18npool/source/localedata/data/ml_IN.xml
index 2bf49862c40a..6a61015e63a4 100644
--- a/i18npool/source/localedata/data/ml_IN.xml
+++ b/i18npool/source/localedata/data/ml_IN.xml
@@ -34,7 +34,7 @@
<TimePM>PM</TimePM>
<MeasurementSystem>metric</MeasurementSystem>
</LC_CTYPE>
- <LC_FORMAT replaceFrom="[CURRENCY]" replaceTo="[$ക.-44C]">
+ <LC_FORMAT replaceFrom="[CURRENCY]" replaceTo="[$₹-44C]">
<FormatElement msgid="FixedFormatskey1" default="true" type="medium" usage="FIXED_NUMBER" formatindex="0">
<FormatCode>Standard</FormatCode>
</FormatElement>
@@ -305,6 +305,13 @@
<LC_CURRENCY>
<Currency default="true" usedInCompatibleFormatCodes="true">
<CurrencyID>INR</CurrencyID>
+ <CurrencySymbol>₹</CurrencySymbol>
+ <BankSymbol>INR</BankSymbol>
+ <CurrencyName>Rupee</CurrencyName>
+ <DecimalPlaces>2</DecimalPlaces>
+ </Currency>
+ <Currency default="false" usedInCompatibleFormatCodes="false" legacyOnly="true">
+ <CurrencyID>INR</CurrencyID>
<CurrencySymbol>ക.</CurrencySymbol>
<BankSymbol>INR</BankSymbol>
<CurrencyName>Rupee</CurrencyName>
diff --git a/i18npool/source/localedata/data/mr_IN.xml b/i18npool/source/localedata/data/mr_IN.xml
index 7f2643c124cd..c02f9d7d1edb 100644
--- a/i18npool/source/localedata/data/mr_IN.xml
+++ b/i18npool/source/localedata/data/mr_IN.xml
@@ -12,7 +12,7 @@
</Country>
</LC_INFO>
<LC_CTYPE ref="hi_IN"/>
- <LC_FORMAT ref="hi_IN" replaceTo="[$रु.-44e]"/>
+ <LC_FORMAT ref="hi_IN" replaceTo="[$₹-44E]"/>
<LC_COLLATION ref="en_US"/>
<LC_SEARCH ref="en_US"/>
<LC_INDEX ref="en_US"/>
diff --git a/i18npool/source/localedata/data/or_IN.xml b/i18npool/source/localedata/data/or_IN.xml
index 13af362d5837..7a49b3fafe25 100644
--- a/i18npool/source/localedata/data/or_IN.xml
+++ b/i18npool/source/localedata/data/or_IN.xml
@@ -34,7 +34,7 @@
<TimePM>ଅପରାହ୍ନ</TimePM>
<MeasurementSystem>metric</MeasurementSystem>
</LC_CTYPE>
- <LC_FORMAT replaceFrom="[CURRENCY]" replaceTo="[$ଟ-448]">
+ <LC_FORMAT replaceFrom="[CURRENCY]" replaceTo="[$₹-448]">
<FormatElement msgid="FixedFormatskey1" default="true" type="medium" usage="FIXED_NUMBER" formatindex="0">
<FormatCode>General</FormatCode>
</FormatElement>
@@ -314,6 +314,13 @@
<LC_CURRENCY>
<Currency default="true" usedInCompatibleFormatCodes="true">
<CurrencyID>INR</CurrencyID>
+ <CurrencySymbol>₹</CurrencySymbol>
+ <BankSymbol>INR</BankSymbol>
+ <CurrencyName>Rupee</CurrencyName>
+ <DecimalPlaces>2</DecimalPlaces>
+ </Currency>
+ <Currency default="false" usedInCompatibleFormatCodes="false" legacyOnly="true">
+ <CurrencyID>INR</CurrencyID>
<CurrencySymbol>ଟ</CurrencySymbol>
<BankSymbol>INR</BankSymbol>
<CurrencyName>Indian Rupee</CurrencyName>
diff --git a/i18npool/source/localedata/data/pa_IN.xml b/i18npool/source/localedata/data/pa_IN.xml
index 8ca94443e161..a414fd9712f6 100644
--- a/i18npool/source/localedata/data/pa_IN.xml
+++ b/i18npool/source/localedata/data/pa_IN.xml
@@ -34,7 +34,7 @@
<TimePM>ਸ਼ਾਮ</TimePM>
<MeasurementSystem>metric</MeasurementSystem>
</LC_CTYPE>
- <LC_FORMAT ref="hi_IN" replaceTo="[$ਰੁ.-446]"/>
+ <LC_FORMAT ref="hi_IN" replaceTo="[$₹-446]"/>
<LC_COLLATION ref="hi_IN" />
<LC_SEARCH ref="hi_IN"/>
<LC_INDEX ref="en_US"/>
@@ -160,6 +160,13 @@
<LC_CURRENCY>
<Currency default="true" usedInCompatibleFormatCodes="true">
<CurrencyID>INR</CurrencyID>
+ <CurrencySymbol>₹</CurrencySymbol>
+ <BankSymbol>INR</BankSymbol>
+ <CurrencyName>Rupee</CurrencyName>
+ <DecimalPlaces>2</DecimalPlaces>
+ </Currency>
+ <Currency default="false" usedInCompatibleFormatCodes="false" legacyOnly="true">
+ <CurrencyID>INR</CurrencyID>
<CurrencySymbol>ਰੁ.</CurrencySymbol>
<BankSymbol>INR</BankSymbol>
<CurrencyName>Rupee</CurrencyName>
diff --git a/i18npool/source/localedata/data/ta_IN.xml b/i18npool/source/localedata/data/ta_IN.xml
index 27bcd28173ad..d268e6beb347 100644
--- a/i18npool/source/localedata/data/ta_IN.xml
+++ b/i18npool/source/localedata/data/ta_IN.xml
@@ -12,7 +12,7 @@
</Country>
</LC_INFO>
<LC_CTYPE ref="hi_IN"/>
- <LC_FORMAT ref="hi_IN" replaceTo="[$ரூ.-449]"/>
+ <LC_FORMAT ref="hi_IN" replaceTo="[$₹-449]"/>
<LC_COLLATION ref="en_US"/>
<LC_SEARCH ref="en_US"/>
<LC_INDEX ref="en_US"/>
@@ -138,6 +138,13 @@
<LC_CURRENCY>
<Currency default="true" usedInCompatibleFormatCodes="true">
<CurrencyID>INR</CurrencyID>
+ <CurrencySymbol>₹</CurrencySymbol>
+ <BankSymbol>INR</BankSymbol>
+ <CurrencyName>Rupee</CurrencyName>
+ <DecimalPlaces>2</DecimalPlaces>
+ </Currency>
+ <Currency default="false" usedInCompatibleFormatCodes="false" legacyOnly="true">
+ <CurrencyID>INR</CurrencyID>
<CurrencySymbol>ரூ.</CurrencySymbol>
<BankSymbol>INR</BankSymbol>
<CurrencyName>Rupee</CurrencyName>
diff --git a/i18npool/source/localedata/data/te_IN.xml b/i18npool/source/localedata/data/te_IN.xml
index 2cfee31af0b6..f8203796a31d 100644
--- a/i18npool/source/localedata/data/te_IN.xml
+++ b/i18npool/source/localedata/data/te_IN.xml
@@ -12,7 +12,7 @@
</Country>
</LC_INFO>
<LC_CTYPE ref="hi_IN"/>
- <LC_FORMAT ref="hi_IN" replaceTo="[$రృ.-44a]"/>
+ <LC_FORMAT ref="hi_IN" replaceTo="[$₹-44a]"/>
<LC_COLLATION ref="en_US"/>
<LC_SEARCH ref="en_US"/>
<LC_INDEX ref="en_US"/>
@@ -137,6 +137,13 @@
<LC_CURRENCY>
<Currency default="true" usedInCompatibleFormatCodes="true">
<CurrencyID>INR</CurrencyID>
+ <CurrencySymbol>₹</CurrencySymbol>
+ <BankSymbol>INR</BankSymbol>
+ <CurrencyName>Rupee</CurrencyName>
+ <DecimalPlaces>2</DecimalPlaces>
+ </Currency>
+ <Currency default="false" usedInCompatibleFormatCodes="false" legacyOnly="true">
+ <CurrencyID>INR</CurrencyID>
<CurrencySymbol>రృ.</CurrencySymbol>
<BankSymbol>INR</BankSymbol>
<CurrencyName>Rupee</CurrencyName>