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

Eike Rathke erack at redhat.com
Wed Jun 1 12:53:29 UTC 2016


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

New commits:
commit c5c2181a14c6ca9ed47729e6d8dbda2cc3552221
Author: Eike Rathke <erack at redhat.com>
Date:   Wed Jun 1 14:49:37 2016 +0200

    percentage format with no-break space, tdf#63272
    
    Change-Id: I53968fb15b6e0d6e1ab5cedb7a9b6c4ffae8e534

diff --git a/i18npool/source/localedata/data/cs_CZ.xml b/i18npool/source/localedata/data/cs_CZ.xml
index 4179081..a67a9f5 100644
--- a/i18npool/source/localedata/data/cs_CZ.xml
+++ b/i18npool/source/localedata/data/cs_CZ.xml
@@ -185,10 +185,10 @@
       <FormatCode># ##0,-- [$Kč-405];[RED]-# ##0,-- [$Kč-405]</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="ScientificFormatskey1" default="false" type="medium" usage="SCIENTIFIC_NUMBER"  formatindex="6">
       <FormatCode>0,00E+000</FormatCode>


More information about the Libreoffice-commits mailing list