[Libreoffice-commits] core.git: i18npool/source
Eike Rathke (via logerrit)
logerrit at kemper.freedesktop.org
Thu Apr 1 10:38:57 UTC 2021
i18npool/source/localedata/data/nl_BE.xml | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
New commits:
commit a66653805782df67431c462bf8f890a154066cf0
Author: Eike Rathke <erack at redhat.com>
AuthorDate: Thu Apr 1 11:27:59 2021 +0200
Commit: Eike Rathke <erack at redhat.com>
CommitDate: Thu Apr 1 12:38:16 2021 +0200
Resolves: tdf#136839 {nl-BE} leading currency symbol
Change-Id: Iaa9065a078ae63aca8fe4226b5c20859e3366f85
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/113446
Reviewed-by: Eike Rathke <erack at redhat.com>
Tested-by: Jenkins
diff --git a/i18npool/source/localedata/data/nl_BE.xml b/i18npool/source/localedata/data/nl_BE.xml
index 8d2d4b15df7d..efbca5745019 100644
--- a/i18npool/source/localedata/data/nl_BE.xml
+++ b/i18npool/source/localedata/data/nl_BE.xml
@@ -87,22 +87,22 @@
<FormatCode>0,00%</FormatCode>
</FormatElement>
<FormatElement msgid="CurrencyFormatskey1" default="true" type="short" usage="CURRENCY" formatindex="12">
- <FormatCode>#.##0 [$BF-813];-#.##0 [$BF-813]</FormatCode>
+ <FormatCode>[$BF-813] #.##0;[$BF-813] -#.##0</FormatCode>
</FormatElement>
<FormatElement msgid="CurrencyFormatskey2" default="false" type="medium" usage="CURRENCY" formatindex="13">
- <FormatCode>#.##0,00 [$BF-813];-#.##0,00 [$BF-813]</FormatCode>
+ <FormatCode>[$BF-813] #.##0,00;[$BF-813] -#.##0,00</FormatCode>
</FormatElement>
<FormatElement msgid="CurrencyFormatskey3" default="false" type="medium" usage="CURRENCY" formatindex="14">
- <FormatCode>#.##0 [$BF-813];[RED]-#.##0 [$BF-813]</FormatCode>
+ <FormatCode>[$BF-813] #.##0;[RED][$BF-813] -#.##0</FormatCode>
</FormatElement>
<FormatElement msgid="CurrencyFormatskey4" default="true" type="medium" usage="CURRENCY" formatindex="15">
- <FormatCode>#.##0,00 [$BF-813];[RED]-#.##0,00 [$BF-813]</FormatCode>
+ <FormatCode>[$BF-813] #.##0,00;[RED][$BF-813] -#.##0,00</FormatCode>
</FormatElement>
<FormatElement msgid="CurrencyFormatskey5" default="false" type="medium" usage="CURRENCY" formatindex="16">
- <FormatCode>#.##0,00 CCC</FormatCode>
+ <FormatCode>CCC #.##0,00</FormatCode>
</FormatElement>
<FormatElement msgid="CurrencyFormatskey6" default="false" type="medium" usage="CURRENCY" formatindex="17">
- <FormatCode>#.##0,-- [$BF-813];[RED]-#.##0,-- [$BF-813]</FormatCode>
+ <FormatCode>[$BF-813] #.##0,--;[RED][$BF-813] -#.##0,--</FormatCode>
</FormatElement>
<FormatElement msgid="DateFormatskey1" default="true" type="short" usage="DATE" formatindex="18">
<FormatCode>D/MM/JJ</FormatCode>
More information about the Libreoffice-commits
mailing list