summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEike Rathke <erack@redhat.com>2016-06-13 11:01:19 +0200
committerEike Rathke <erack@redhat.com>2016-06-13 09:11:42 +0000
commitfd99a87a42a79169e55f36044c24a75c6345d241 (patch)
tree9d9afd1261176655bb104933075ebd59d1b7aa18
parent790944461439208ef25e8592ba70c589f7dfff14 (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 (cherry picked from commit ff1edd625709dd8e140e31609158c59a6413f72e) Reviewed-on: https://gerrit.libreoffice.org/26215 Reviewed-by: Eike Rathke <erack@redhat.com> Tested-by: Eike Rathke <erack@redhat.com>
-rw-r--r--i18npool/source/localedata/data/be_BY.xml4
-rw-r--r--i18npool/source/localedata/data/ru_RU.xml4
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>