[Libreoffice-commits] core.git: Branch 'libreoffice-5-1' - i18npool/source
Muhammet Kara
muhammet.kara at pardus.org.tr
Thu Jun 2 15:37:14 UTC 2016
i18npool/source/localedata/data/tr_TR.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
New commits:
commit aa406b4195460a8f7fc235c6de76834910f8d44e
Author: Muhammet Kara <muhammet.kara at pardus.org.tr>
Date: Thu Jun 2 10:07:23 2016 +0300
tdf#63272 Fix location of percent sign for Turkish
Change-Id: I6f2d1c2c947e01a686fdb7a7f175dd7541924afa
Reviewed-on: https://gerrit.libreoffice.org/25805
Tested-by: Jenkins <ci at libreoffice.org>
Reviewed-by: Eike Rathke <erack at redhat.com>
Tested-by: Eike Rathke <erack at redhat.com>
(cherry picked from commit eee5256e6649c5ccbd26f30b53351c808f6c56e4)
Reviewed-on: https://gerrit.libreoffice.org/25814
diff --git a/i18npool/source/localedata/data/tr_TR.xml b/i18npool/source/localedata/data/tr_TR.xml
index 823dbc9..04b840a 100644
--- a/i18npool/source/localedata/data/tr_TR.xml
+++ b/i18npool/source/localedata/data/tr_TR.xml
@@ -85,10 +85,10 @@
<FormatCode>##0,00E+00</FormatCode>
</FormatElement>
<FormatElement msgid="PercentFormatskey1" default="true" type="short" usage="PERCENT_NUMBER" formatindex="8">
- <FormatCode>0%</FormatCode>
+ <FormatCode>%0</FormatCode>
</FormatElement>
<FormatElement msgid="PercentFormatskey2" default="true" type="long" usage="PERCENT_NUMBER" formatindex="9">
- <FormatCode>0,00%</FormatCode>
+ <FormatCode>%0,00</FormatCode>
</FormatElement>
<FormatElement msgid="CurrencyFormatskey1" default="true" type="short" usage="CURRENCY" formatindex="12">
<FormatCode>[$₺-41F]#.##0;-[$₺-41F]#.##0</FormatCode>
More information about the Libreoffice-commits
mailing list