i18npool/source/localedata/data/nl_BE.xml |   12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

New commits:
commit a66653805782df67431c462bf8f890a154066cf0
Author:     Eike Rathke <er...@redhat.com>
AuthorDate: Thu Apr 1 11:27:59 2021 +0200
Commit:     Eike Rathke <er...@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 <er...@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>
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to