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

New commits:
commit 596dd17209c7039fc1711216465a6b6dcba18574
Author:     Eike Rathke <er...@redhat.com>
AuthorDate: Mon Jul 31 20:13:02 2023 +0200
Commit:     Xisco Fauli <xiscofa...@libreoffice.org>
CommitDate: Tue Aug 1 14:41:01 2023 +0200

    Correct Esperanto {eo} group separator formats wrong since initial 2005 
commit
    
    Instead of # ##0,00 and similar it used # #0,00 that probably went
    unnoticed since ever because it generates an expected display
    string using the group separator at the right position; editing
    such format yielded the format code ##0,00 with the group
    separator flag set.
    
    Change-Id: Id6ebb533f43a49a9aea1dd9ba87230e5d59901ea
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/155114
    Reviewed-by: Eike Rathke <er...@redhat.com>
    Tested-by: Jenkins
    (cherry picked from commit 613c3524eb798392040c691d5c0e17fac0b654b8)
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/155048
    Reviewed-by: Adolfo Jayme Barrientos <fit...@ubuntu.com>
    (cherry picked from commit b6ed7c7be2a94777ee9b1c4a5ddf77e3f5343efe)
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/155142
    Reviewed-by: Xisco Fauli <xiscofa...@libreoffice.org>

diff --git a/i18npool/source/localedata/data/eo.xml 
b/i18npool/source/localedata/data/eo.xml
index 6cef3274b54d..ba718f92f4a1 100644
--- a/i18npool/source/localedata/data/eo.xml
+++ b/i18npool/source/localedata/data/eo.xml
@@ -157,31 +157,31 @@
       <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="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="PercentFormatskey1" default="true" type="short" 
usage="PERCENT_NUMBER"  formatindex="8">
       <FormatCode>0%</FormatCode>

Reply via email to