summaryrefslogtreecommitdiff
path: root/locale
diff options
context:
space:
mode:
authorAdam Conrad <adconrad@0c3.net>2014-05-03 23:45:15 -0600
committerAdam Conrad <adconrad@0c3.net>2014-05-03 23:45:15 -0600
commit7776e6692fe19553dafcb918df467aed522eea8d (patch)
tree9c2c012c6c20790fac6b0dcf253d84727af585a2 /locale
parentd69aeb123961252ddd2a23acc7dc9ce0ae2cfa5f (diff)
Revert incorrect removal of the XDR currency from locale/iso-4217.def
In 7447ccd98ee3944a95247ae23284dfac1de6c2aa, the XDR currency was removed from locale/iso-4217.def, despite the fact that it's both still a part of the standard, according to the official table: http://www.currency-iso.org/dam/downloads/table_a1.xml ... and, more importantly, is referenced from localedata/i18n, so any quick-and-dirty locale definition that uses "copy i18n" for LC_MONETARY wouldn't work anymore.
Diffstat (limited to 'locale')
-rw-r--r--locale/iso-4217.def1
1 files changed, 1 insertions, 0 deletions
diff --git a/locale/iso-4217.def b/locale/iso-4217.def
index bcc170bfb3..414f69bca5 100644
--- a/locale/iso-4217.def
+++ b/locale/iso-4217.def
@@ -162,6 +162,7 @@ DEFINE_INT_CURR("VUV") /* Vanuatu Vatu */
DEFINE_INT_CURR("WST") /* Samoa Tala */
DEFINE_INT_CURR("XAF") /* Central African Franc (United Republic of Cameroon, Central African Republic, Chad, Congo, Gabon) */
DEFINE_INT_CURR("XCD") /* East Caribbean Dollar (Antiqua, Dominica, Grenada, Montserrat, St. Kitts-Nevis-Anguilla, Saint Lucia, Saint Vincent and the Grenadines) */
+DEFINE_INT_CURR("XDR") /* International Monetary Fund */
DEFINE_INT_CURR("XOF") /* West African Franc (Benin, Ivory Coast, Niger, Senegal, Togo, Upper Volta) */
DEFINE_INT_CURR("XPF") /* French polynesia, New Caledonia, Wallis and Futuna Islands */
DEFINE_INT_CURR("YER") /* Yemeni Rial */