diff options
author | Eike Rathke <erack@redhat.com> | 2016-06-16 12:56:33 +0200 |
---|---|---|
committer | Eike Rathke <erack@redhat.com> | 2016-06-16 12:58:41 +0200 |
commit | cfc22e4614499de3987fcf4ca178e6349666c9af (patch) | |
tree | cdc4cc6c0afc473e7a55ea1c5ac8fce24abee0db | |
parent | ae0e520099c37c2f833e5927f75f809fb4349d28 (diff) |
no-break space between number and percent sign, tdf#63272
Change-Id: Ia240d52ba1edffa70d5e50fee82f48102cc2fe7e
-rw-r--r-- | i18npool/source/localedata/data/gd_GB.xml | 4 | ||||
-rw-r--r-- | i18npool/source/localedata/data/is_IS.xml | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/i18npool/source/localedata/data/gd_GB.xml b/i18npool/source/localedata/data/gd_GB.xml index e8664af1ead9..f0f95fc3263e 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 8e80d1ff9734..b2b381ab93c1 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> |