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

Eike Rathke erack at redhat.com
Thu Jun 16 11:03:16 UTC 2016


 i18npool/source/localedata/data/gd_GB.xml |    4 ++--
 i18npool/source/localedata/data/is_IS.xml |    4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

New commits:
commit 976377ef41b4911b7c0c19e3e7481d42f86b050a
Author: Eike Rathke <erack at redhat.com>
Date:   Thu Jun 16 12:56:33 2016 +0200

    no-break space between number and percent sign, tdf#63272
    
    Change-Id: Ia240d52ba1edffa70d5e50fee82f48102cc2fe7e
    (cherry picked from commit cfc22e4614499de3987fcf4ca178e6349666c9af)
    Reviewed-on: https://gerrit.libreoffice.org/26364
    Reviewed-by: Eike Rathke <erack at redhat.com>
    Tested-by: Eike Rathke <erack at redhat.com>

diff --git a/i18npool/source/localedata/data/gd_GB.xml b/i18npool/source/localedata/data/gd_GB.xml
index e8664af..f0f95fc 100644
--- a/i18npool/source/localedata/data/gd_GB.xml
+++ b/i18npool/source/localedata/data/gd_GB.xml
@@ -98,10 +98,10 @@
       <FormatCode>[CURRENCY]#,##0.--;[RED]-[CURRENCY]#,##0.--</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>
diff --git a/i18npool/source/localedata/data/is_IS.xml b/i18npool/source/localedata/data/is_IS.xml
index 8e80d1f..b2b381a 100644
--- a/i18npool/source/localedata/data/is_IS.xml
+++ b/i18npool/source/localedata/data/is_IS.xml
@@ -67,10 +67,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>#.##0 [$kr.-40F];-#.##0 [$kr.-40F]</FormatCode>


More information about the Libreoffice-commits mailing list