diff options
author | Eike Rathke <erack@redhat.com> | 2016-06-01 14:49:37 +0200 |
---|---|---|
committer | Eike Rathke <erack@redhat.com> | 2016-06-01 14:52:52 +0200 |
commit | c5c2181a14c6ca9ed47729e6d8dbda2cc3552221 (patch) | |
tree | 2fce6034c0675e945fb2500136f4e86c966ca19e /i18npool | |
parent | de8c740ca1aaebd51e3f18b05110f756ddce5cf8 (diff) |
percentage format with no-break space, tdf#63272
Change-Id: I53968fb15b6e0d6e1ab5cedb7a9b6c4ffae8e534
Diffstat (limited to 'i18npool')
-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> |