i18npool/source/localedata/data/tr_TR.xml |   11 +++++++++--
 1 file changed, 9 insertions(+), 2 deletions(-)

New commits:
commit cb7c34f3bcd4df7a67f1a9d31b3bf849af4f79e4
Author: Eike Rathke <[email protected]>
Date:   Thu Aug 2 17:09:43 2012 +0200

    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

diff --git a/i18npool/source/localedata/data/tr_TR.xml 
b/i18npool/source/localedata/data/tr_TR.xml
index 5fa3dbc..e303518 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>
commit d09b4e30d7e87f181fa3913e81c6d38c04a8f5f8
Author: Efe Gürkan YALAMAN <[email protected]>
Date:   Wed Aug 1 23:55:25 2012 +0300

    fdo#53002 Fix for default currency settings.
    
    Turkish currency New Turkish Lira was replaced with Turkish Lira on 
01.01.2009.
    TRY TL added for default. TRY YTL is not default anymore.
    
    Change-Id: I08f5f70bf46d2f655c11ddaff77f68ba1e398225

diff --git a/i18npool/source/localedata/data/tr_TR.xml 
b/i18npool/source/localedata/data/tr_TR.xml
index 94e5c2a..5fa3dbc 100644
--- a/i18npool/source/localedata/data/tr_TR.xml
+++ b/i18npool/source/localedata/data/tr_TR.xml
@@ -327,6 +327,13 @@
   <LC_CURRENCY>
     <Currency default="true" usedInCompatibleFormatCodes="false">
       <CurrencyID>TRY</CurrencyID>
+      <CurrencySymbol>TL</CurrencySymbol>
+      <BankSymbol>TRY</BankSymbol>
+      <CurrencyName>Türk Lirası</CurrencyName>
+      <DecimalPlaces>2</DecimalPlaces>
+    </Currency>
+    <Currency default="false" usedInCompatibleFormatCodes="true">
+      <CurrencyID>TRY</CurrencyID>
       <CurrencySymbol>YTL</CurrencySymbol>
       <BankSymbol>TRY</BankSymbol>
       <CurrencyName>Yeni Türk Lirası</CurrencyName>
_______________________________________________
Libreoffice-commits mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to