diff options
author | Eike Rathke <erack@redhat.com> | 2016-06-01 14:49:37 +0200 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2016-06-02 10:38:46 +0000 |
commit | 91768f3f8314a3570146a28e041fdb1aef3b9df0 (patch) | |
tree | 304b3df23be39e07b9dc3276e38e9820d3630d3e | |
parent | be4aea73266f4aadf561b4b3943206d361a46ebd (diff) |
tdf#63272 [cs-CZ] percentage format with no-break space
(cherry picked from commit c5c2181a14c6ca9ed47729e6d8dbda2cc3552221)
Change-Id: I53968fb15b6e0d6e1ab5cedb7a9b6c4ffae8e534
Reviewed-on: https://gerrit.libreoffice.org/25777
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
-rw-r--r-- | i18npool/source/localedata/data/cs_CZ.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/i18npool/source/localedata/data/cs_CZ.xml b/i18npool/source/localedata/data/cs_CZ.xml index 4179081f8d88..a67a9f55baba 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> |