[Libreoffice-commits] core.git: Branch 'libreoffice-4-0' - i18npool/source

Andras Timar atimar at suse.com
Mon Mar 4 11:07:11 PST 2013


 i18npool/source/localedata/data/tr_TR.xml |   19 +++++++++++++------
 1 file changed, 13 insertions(+), 6 deletions(-)

New commits:
commit e91fa6040b097f7e3e23d32a31eb832ca2360507
Author: Andras Timar <atimar at suse.com>
Date:   Fri Mar 1 10:18:31 2013 +0100

    fdo#61602 use the new Turkish Lira sign
    
    Change-Id: Ic07d9147ad559573e4e6a3818ee78b8dfcedf12f
    Reviewed-on: https://gerrit.libreoffice.org/2482
    Reviewed-by: Eike Rathke <erack at redhat.com>
    Tested-by: Eike Rathke <erack at redhat.com>
    (cherry picked from commit b3f43db9e998f5656144349a7bb2cf2cf2be68ba)

diff --git a/i18npool/source/localedata/data/tr_TR.xml b/i18npool/source/localedata/data/tr_TR.xml
index 8cf411b..679a416 100644
--- a/i18npool/source/localedata/data/tr_TR.xml
+++ b/i18npool/source/localedata/data/tr_TR.xml
@@ -88,22 +88,22 @@
       <FormatCode>0,00%</FormatCode>
     </FormatElement>
     <FormatElement msgid="CurrencyFormatskey1" default="true" type="short" usage="CURRENCY" formatindex="12">
-      <FormatCode>#.##0[$TL-41F];-#.##0[$TL-41F]</FormatCode>
+      <FormatCode>#.##0[$₺-41F];-#.##0[$₺-41F]</FormatCode>
     </FormatElement>
     <FormatElement msgid="CurrencyFormatskey2" default="false" type="medium" usage="CURRENCY" formatindex="13">
-      <FormatCode>#.##0,00[$TL-41F];-#.##0,00[$TL-41F]</FormatCode>
+      <FormatCode>#.##0,00[$₺-41F];-#.##0,00[$₺-41F]</FormatCode>
     </FormatElement>
     <FormatElement msgid="CurrencyFormatskey3" default="false" type="medium" usage="CURRENCY" formatindex="14">
-      <FormatCode>#.##0[$TL-41F];[RED]-#.##0[$TL-41F]</FormatCode>
+      <FormatCode>#.##0[$₺-41F];[RED]-#.##0[$₺-41F]</FormatCode>
     </FormatElement>
     <FormatElement msgid="CurrencyFormatskey4" default="true" type="medium" usage="CURRENCY" formatindex="15">
-      <FormatCode>#.##0,00[$TL-41F];[RED]-#.##0,00[$TL-41F]</FormatCode>
+      <FormatCode>#.##0,00[$₺-41F];[RED]-#.##0,00[$₺-41F]</FormatCode>
     </FormatElement>
     <FormatElement msgid="CurrencyFormatskey5" default="false" type="medium" usage="CURRENCY" formatindex="16">
       <FormatCode>#.##0,00 CCC</FormatCode>
     </FormatElement>
     <FormatElement msgid="CurrencyFormatskey6" default="false" type="medium" usage="CURRENCY" formatindex="17">
-      <FormatCode>#.##0,--[$TL-41F];[RED]-#.##0,--[$TL-41F]</FormatCode>
+      <FormatCode>#.##0,--[$₺-41F];[RED]-#.##0,--[$₺-41F]</FormatCode>
     </FormatElement>
     <FormatElement msgid="DateFormatskey1" default="true" type="short" usage="DATE" formatindex="18">
       <FormatCode>DD.MM.YY</FormatCode>
@@ -341,13 +341,20 @@
   <LC_CURRENCY>
     <Currency default="true" usedInCompatibleFormatCodes="true">
       <CurrencyID>TRY</CurrencyID>
-      <CurrencySymbol>TL</CurrencySymbol>
+      <CurrencySymbol>₺</CurrencySymbol>
       <BankSymbol>TRY</BankSymbol>
       <CurrencyName>Türk Lirası</CurrencyName>
       <DecimalPlaces>2</DecimalPlaces>
     </Currency>
     <Currency default="false" usedInCompatibleFormatCodes="false" legacyOnly="true">
       <CurrencyID>TRY</CurrencyID>
+      <CurrencySymbol>TL</CurrencySymbol>
+      <BankSymbol>TRY</BankSymbol>
+      <CurrencyName>Yeni Türk Lirası</CurrencyName>
+      <DecimalPlaces>2</DecimalPlaces>
+    </Currency>
+     <Currency default="false" usedInCompatibleFormatCodes="false" legacyOnly="true">
+      <CurrencyID>TRY</CurrencyID>
       <CurrencySymbol>YTL</CurrencySymbol>
       <BankSymbol>TRY</BankSymbol>
       <CurrencyName>Yeni Türk Lirası</CurrencyName>


More information about the Libreoffice-commits mailing list