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

Eike Rathke erack at redhat.com
Tue May 31 14:50:08 UTC 2016


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

New commits:
commit 04892d061398b235e8d4f276a7d2a5669f5ffe58
Author: Eike Rathke <erack at redhat.com>
Date:   Tue May 31 16:30:45 2016 +0200

    Resolves: tdf#63272 [fi-FI] percentage format with no-break space
    
    Caveat, the space needs to be quoted, otherwise it is taken as the group
    separator that when trailing a number divides the number by 1000.
    
    Change-Id: Ic24b90d500a6c9351ef7463b2b1adf9d066442df
    (cherry picked from commit 5868d927bccfc9594c4f791d0800337a0ce60c18)
    Reviewed-on: https://gerrit.libreoffice.org/25733
    Reviewed-by: Caolán McNamara <caolanm at redhat.com>
    Tested-by: Caolán McNamara <caolanm at redhat.com>

diff --git a/i18npool/source/localedata/data/fi_FI.xml b/i18npool/source/localedata/data/fi_FI.xml
index 0492d88..080a967 100644
--- a/i18npool/source/localedata/data/fi_FI.xml
+++ b/i18npool/source/localedata/data/fi_FI.xml
@@ -81,10 +81,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 [$mk-40B];-# ##0 [$mk-40B]</FormatCode>


More information about the Libreoffice-commits mailing list