[Libreoffice-commits] core.git: i18npool/source
Eike Rathke
erack at redhat.com
Mon Jun 13 09:08:16 UTC 2016
i18npool/source/localedata/data/be_BY.xml | 4 ++--
i18npool/source/localedata/data/ru_RU.xml | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
New commits:
commit ff1edd625709dd8e140e31609158c59a6413f72e
Author: Eike Rathke <erack at redhat.com>
Date: Mon Jun 13 11:01:19 2016 +0200
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
diff --git a/i18npool/source/localedata/data/be_BY.xml b/i18npool/source/localedata/data/be_BY.xml
index 38ab18d..545ceeb 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 4f1ce15..1ebf8cd 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>
More information about the Libreoffice-commits
mailing list