summaryrefslogtreecommitdiff
path: root/i18npool
diff options
context:
space:
mode:
authorEike Rathke <erack@redhat.com>2012-08-02 17:09:43 +0200
committerEike Rathke <erack@redhat.com>2012-08-02 17:19:03 +0200
commitcb7c34f3bcd4df7a67f1a9d31b3bf849af4f79e4 (patch)
treeed99479096650fe4f5cd44daa2ef8d9a5c174cb1 /i18npool
parentd09b4e30d7e87f181fa3913e81c6d38c04a8f5f8 (diff)
changes to "fdo#53002 Fix for default currency settings."
There can be only one usedInCompatibleFormatCodes="true" and because of the new symbol with identical ISO 4217 TRY we need also legacOnly="true" on the old entry. Additionally, as the TL symbol was already used with TRL also that one needed legacyOnly="true" to not end up with a list of duplicated TL formats in the number formatter. Change-Id: I8e3ec2f75828b8f7c6a2077ef2fd30fc5e7a5642
Diffstat (limited to 'i18npool')
-rw-r--r--i18npool/source/localedata/data/tr_TR.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/i18npool/source/localedata/data/tr_TR.xml b/i18npool/source/localedata/data/tr_TR.xml
index 5fa3dbc5cb62..e303518fcae2 100644
--- a/i18npool/source/localedata/data/tr_TR.xml
+++ b/i18npool/source/localedata/data/tr_TR.xml
@@ -325,21 +325,21 @@
</Calendar>
</LC_CALENDAR>
<LC_CURRENCY>
- <Currency default="true" usedInCompatibleFormatCodes="false">
+ <Currency default="true" usedInCompatibleFormatCodes="true">
<CurrencyID>TRY</CurrencyID>
<CurrencySymbol>TL</CurrencySymbol>
<BankSymbol>TRY</BankSymbol>
<CurrencyName>Türk Lirası</CurrencyName>
<DecimalPlaces>2</DecimalPlaces>
</Currency>
- <Currency default="false" usedInCompatibleFormatCodes="true">
+ <Currency default="false" usedInCompatibleFormatCodes="false" legacyOnly="true">
<CurrencyID>TRY</CurrencyID>
<CurrencySymbol>YTL</CurrencySymbol>
<BankSymbol>TRY</BankSymbol>
<CurrencyName>Yeni Türk Lirası</CurrencyName>
<DecimalPlaces>2</DecimalPlaces>
</Currency>
- <Currency default="false" usedInCompatibleFormatCodes="true">
+ <Currency default="false" usedInCompatibleFormatCodes="false" legacyOnly="true">
<CurrencyID>TRL</CurrencyID>
<CurrencySymbol>TL</CurrencySymbol>
<BankSymbol>TRL</BankSymbol>