https://bugs.documentfoundation.org/show_bug.cgi?id=153842

Julien Nabet <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #2 from Julien Nabet <[email protected]> ---
With this patch, it seems ok:
diff --git a/i18npool/source/localedata/data/hsb_DE.xml
b/i18npool/source/localedata/data/hsb_DE.xml
index 3e150e96096a..9cf84c21431e 100644
--- a/i18npool/source/localedata/data/hsb_DE.xml
+++ b/i18npool/source/localedata/data/hsb_DE.xml
@@ -87,22 +87,22 @@
       <FormatCode>0,00" "%</FormatCode>
     </FormatElement>
     <FormatElement msgid="CurrencyFormatskey1" default="true" type="short"
usage="CURRENCY" formatindex="12">
-      <FormatCode>[CURRENCY]#.##0;-[CURRENCY]#.##0</FormatCode>
+      <FormatCode># ##0 [CURRENCY];-# ##0 [CURRENCY]</FormatCode><!-- a
non-breaking space (U+00A0) as a thousand separator -->
     </FormatElement>
     <FormatElement msgid="CurrencyFormatskey2" default="false" type="medium"
usage="CURRENCY" formatindex="13">
-      <FormatCode>[CURRENCY]#.##0,00;-[CURRENCY]#.##0,00</FormatCode>
+      <FormatCode># ##0,00 [CURRENCY];-# ##0,00 [CURRENCY]</FormatCode><!-- a
non-breaking space (U+00A0) as a thousand separator -->
     </FormatElement>
     <FormatElement msgid="CurrencyFormatskey3" default="false" type="medium"
usage="CURRENCY" formatindex="14">
-      <FormatCode>[CURRENCY]#.##0;[RED]-[CURRENCY]#.##0</FormatCode>
+      <FormatCode># ##0 [CURRENCY];[RED]-# ##0 [CURRENCY]</FormatCode><!-- a
non-breaking space (U+00A0) as a thousand separator -->
     </FormatElement>
     <FormatElement msgid="CurrencyFormatskey4" default="true" type="medium"
usage="CURRENCY" formatindex="15">
-      <FormatCode>[CURRENCY]#.##0,00;[RED]-[CURRENCY]#.##0,00</FormatCode>
+      <FormatCode># ##0,00 [CURRENCY];[RED]-# ##0,00
[CURRENCY]</FormatCode><!-- a non-breaking space (U+00A0) as a thousand
separator -->
     </FormatElement>
     <FormatElement msgid="CurrencyFormatskey5" default="false" type="medium"
usage="CURRENCY" formatindex="16">
-      <FormatCode>CCC#.##0,00</FormatCode>
+      <FormatCode>CCC# ##0,00</FormatCode><!-- a non-breaking space (U+00A0)
as a thousand separator -->
     </FormatElement>
     <FormatElement msgid="CurrencyFormatskey6" default="false" type="medium"
usage="CURRENCY" formatindex="17">
-      <FormatCode>[CURRENCY]#.##0,--;[RED]-[CURRENCY]#.##0,--</FormatCode>
+      <FormatCode># ##0,-- [CURRENCY];[RED]-# ##0,--
[CURRENCY]</FormatCode><!-- a non-breaking space (U+00A0) as a thousand
separator -->
     </FormatElement>
     <FormatElement msgid="DateFormatskey11" default="true" type="short"
usage="DATE" formatindex="18">

I just copied pasted from i18npool/source/localedata/data/dsb_DE.xml

Now is there some official reference?
(https://www.localeplanet.com/icu/hsb-DE/index.html doesn't show currency
patterns or missed them).

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to