[Libreoffice-commits] core.git: Branch 'libreoffice-5-2' - i18npool/source

Eike Rathke erack at redhat.com
Wed Jun 1 13:01:13 UTC 2016


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

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

    tdf#63272 [cs-CZ] percentage format with no-break space
    
    (cherry picked from commit c5c2181a14c6ca9ed47729e6d8dbda2cc3552221)
    
    Change-Id: I53968fb15b6e0d6e1ab5cedb7a9b6c4ffae8e534
    Reviewed-on: https://gerrit.libreoffice.org/25776
    Reviewed-by: Eike Rathke <erack at redhat.com>
    Tested-by: Eike Rathke <erack at redhat.com>

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