[PATCH] fdo#61602 use the new Turkish Lira sign
Andras Timar (via Code Review)
gerrit at gerrit.libreoffice.org
Fri Mar 1 01:19:57 PST 2013
Hi,
I have submitted a patch for review:
https://gerrit.libreoffice.org/2482
To pull it, you can do:
git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/82/2482/1
fdo#61602 use the new Turkish Lira sign
Change-Id: Ic07d9147ad559573e4e6a3818ee78b8dfcedf12f
---
M i18npool/source/localedata/data/tr_TR.xml
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/i18npool/source/localedata/data/tr_TR.xml b/i18npool/source/localedata/data/tr_TR.xml
index 8cf411b..b13ce5d 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,7 +341,7 @@
<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>
--
To view, visit https://gerrit.libreoffice.org/2482
To unsubscribe, visit https://gerrit.libreoffice.org/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: Ic07d9147ad559573e4e6a3818ee78b8dfcedf12f
Gerrit-PatchSet: 1
Gerrit-Project: core
Gerrit-Branch: master
Gerrit-Owner: Andras Timar <atimar at suse.com>
More information about the LibreOffice
mailing list