diff options
author | Eike Rathke <erack@redhat.com> | 2016-06-01 14:49:37 +0200 |
---|---|---|
committer | Eike Rathke <erack@redhat.com> | 2016-06-01 13:00:46 +0000 |
commit | d144681a738f1a833cc199de9b6d504b7d772f7e (patch) | |
tree | 135b4325a2a364e1b4863aa95e3884a552ed614d | |
parent | 05c58335ae2b5e718c335a5b360f3bc8aeb2f247 (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/25776
Reviewed-by: Eike Rathke <erack@redhat.com>
Tested-by: Eike Rathke <erack@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> |