[Libreoffice-commits] core.git: i18npool/source

Muhammet Kara muhammet.kara at pardus.org.tr
Thu Jun 2 10:26:54 UTC 2016


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

New commits:
commit eee5256e6649c5ccbd26f30b53351c808f6c56e4
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>

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