i18npool/source/localedata/data/bg_BG.xml |   18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

New commits:
commit 2e29c97ec2ba64e5e26ee571e227db9dd2d752e1
Author:     Eike Rathke <er...@redhat.com>
AuthorDate: Sun Apr 14 16:03:39 2024 +0200
Commit:     Eike Rathke <er...@redhat.com>
CommitDate: Sun Apr 14 18:41:40 2024 +0200

    Correct {bg-BG} formats with group separator
    
    The leading # digit before the separator was omitted. This never
    worked as intended.
    
    Change-Id: Idf8a6cf246b8db4e6d5361bc1c5f66c1c0c057c5
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/166072
    Reviewed-by: Eike Rathke <er...@redhat.com>
    Tested-by: Jenkins

diff --git a/i18npool/source/localedata/data/bg_BG.xml 
b/i18npool/source/localedata/data/bg_BG.xml
index 8813942ff893..55c63049089f 100644
--- a/i18npool/source/localedata/data/bg_BG.xml
+++ b/i18npool/source/localedata/data/bg_BG.xml
@@ -67,13 +67,13 @@
       <FormatCode>0,00</FormatCode>
     </FormatElement>
     <FormatElement msgid="FixedFormatskey4" default="false" type="short" 
usage="FIXED_NUMBER" formatindex="3">
-      <FormatCode> ##0</FormatCode>
+      <FormatCode># ##0</FormatCode>
     </FormatElement>
     <FormatElement msgid="FixedFormatskey5" default="false" type="medium" 
usage="FIXED_NUMBER" formatindex="4">
-      <FormatCode> ##0,00</FormatCode>
+      <FormatCode># ##0,00</FormatCode>
     </FormatElement>
     <FormatElement msgid="FixedFormatskey6" default="false" type="medium" 
usage="FIXED_NUMBER" formatindex="5">
-      <FormatCode> ###,00</FormatCode>
+      <FormatCode># ###,00</FormatCode>
     </FormatElement>
     <FormatElement msgid="FixedFormatskey9" default="false" type="medium" 
usage="FIXED_NUMBER" formatindex="101">
       <FormatCode>[NatNum12 cardinal]0</FormatCode>
@@ -100,22 +100,22 @@
       <FormatCode>0,00%</FormatCode>
     </FormatElement>
     <FormatElement msgid="CurrencyFormatskey1" default="true" type="short" 
usage="CURRENCY" formatindex="12">
-      <FormatCode> ##0 [CURRENCY];- ##0 [CURRENCY]</FormatCode>
+      <FormatCode># ##0 [CURRENCY];-# ##0 [CURRENCY]</FormatCode>
     </FormatElement>
     <FormatElement msgid="CurrencyFormatskey2" default="false" type="medium" 
usage="CURRENCY" formatindex="13">
-      <FormatCode> ##0,00 [CURRENCY];- ##0,00 [CURRENCY]</FormatCode>
+      <FormatCode># ##0,00 [CURRENCY];-# ##0,00 [CURRENCY]</FormatCode>
     </FormatElement>
     <FormatElement msgid="CurrencyFormatskey3" default="false" type="medium" 
usage="CURRENCY" formatindex="14">
-      <FormatCode> ##0 [CURRENCY];[RED]- ##0 [CURRENCY]</FormatCode>
+      <FormatCode># ##0 [CURRENCY];[RED]-# ##0 [CURRENCY]</FormatCode>
     </FormatElement>
     <FormatElement msgid="CurrencyFormatskey4" default="true" type="medium" 
usage="CURRENCY" formatindex="15">
-      <FormatCode> ##0,00 [CURRENCY];[RED]- ##0,00 [CURRENCY]</FormatCode>
+      <FormatCode># ##0,00 [CURRENCY];[RED]-# ##0,00 [CURRENCY]</FormatCode>
     </FormatElement>
     <FormatElement msgid="CurrencyFormatskey5" default="false" type="medium" 
usage="CURRENCY" formatindex="16">
-      <FormatCode> ##0,00 CCC</FormatCode>
+      <FormatCode># ##0,00 CCC</FormatCode>
     </FormatElement>
     <FormatElement msgid="CurrencyFormatskey6" default="false" type="medium" 
usage="CURRENCY" formatindex="17">
-      <FormatCode> ##0,-- [CURRENCY];[RED]- ##0,-- [CURRENCY]</FormatCode>
+      <FormatCode># ##0,-- [CURRENCY];[RED]-# ##0,-- [CURRENCY]</FormatCode>
     </FormatElement>
     <FormatElement msgid="CurrencyFormatskey9" default="false" type="medium" 
usage="CURRENCY" formatindex="105">
       <FormatCode>[NatNum12 CURRENCY]0</FormatCode>

Reply via email to