diff options
author | Eike Rathke <erack@redhat.com> | 2016-06-13 11:01:19 +0200 |
---|---|---|
committer | Eike Rathke <erack@redhat.com> | 2016-06-13 11:07:50 +0200 |
commit | ff1edd625709dd8e140e31609158c59a6413f72e (patch) | |
tree | 404e33ef8335942b0316de5ce9248d134a4e9d68 /i18npool | |
parent | 1d02beda2cc2867e693ddb8c3e6ad99ad77ae65c (diff) |
remove the correct but unwanted no-break space in percentage, tdf#63272
As per l10n request
https://listarchives.libreoffice.org/global/l10n/msg09997.html
Change-Id: I4f83c85abc15c12f77ac478589736cd799760832
Diffstat (limited to 'i18npool')
-rw-r--r-- | i18npool/source/localedata/data/be_BY.xml | 4 | ||||
-rw-r--r-- | i18npool/source/localedata/data/ru_RU.xml | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/i18npool/source/localedata/data/be_BY.xml b/i18npool/source/localedata/data/be_BY.xml index 38ab18de5434..545ceeb565a3 100644 --- a/i18npool/source/localedata/data/be_BY.xml +++ b/i18npool/source/localedata/data/be_BY.xml @@ -82,10 +82,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[$р.-423];-# ##0[$р.-423]</FormatCode> diff --git a/i18npool/source/localedata/data/ru_RU.xml b/i18npool/source/localedata/data/ru_RU.xml index 4f1ce15ebffd..1ebf8cd3360c 100644 --- a/i18npool/source/localedata/data/ru_RU.xml +++ b/i18npool/source/localedata/data/ru_RU.xml @@ -82,10 +82,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 [CURRENCY];-# ##0 [CURRENCY]</FormatCode> |