diff options
author | Eike Rathke <erack@redhat.com> | 2021-04-01 11:27:59 +0200 |
---|---|---|
committer | Eike Rathke <erack@redhat.com> | 2021-04-01 12:38:16 +0200 |
commit | a66653805782df67431c462bf8f890a154066cf0 (patch) | |
tree | f5fa8acb5d71fc5a89841dd49a7fa28fd197c323 | |
parent | 36e8a0348f7d1ea9f718c3d71514a72990f77a34 (diff) |
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@redhat.com>
Tested-by: Jenkins
-rw-r--r-- | i18npool/source/localedata/data/nl_BE.xml | 12 |
1 files changed, 6 insertions, 6 deletions
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> |