i18npool/source/localedata/data/bn_IN.xml |    6 +++---
 i18npool/source/localedata/data/hi_IN.xml |    6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

New commits:
commit e75ca418aa2fd9ac2be6828547d2136edc584553
Author:     Eike Rathke <er...@redhat.com>
AuthorDate: Sat Dec 9 12:33:19 2023 +0100
Commit:     Xisco Fauli <xiscofa...@libreoffice.org>
CommitDate: Mon Dec 11 14:11:57 2023 +0100

    {bn-IN}{hi-IN} MM-DD-YY DATE_TIME is very likely wrong, all other are 
DD-MM-YY
    
    Wrong since its initial commit.
    
    Change-Id: I75214226ef5e1e58798ca0eaf396bad590918ee5
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/160511
    Reviewed-by: Eike Rathke <er...@redhat.com>
    Tested-by: Jenkins
    (cherry picked from commit d48ad3187d82aca8d9c35c43698822865cad58a0)
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/160570
    Reviewed-by: Xisco Fauli <xiscofa...@libreoffice.org>

diff --git a/i18npool/source/localedata/data/bn_IN.xml 
b/i18npool/source/localedata/data/bn_IN.xml
index 7064336deb0a..7de868c0145e 100644
--- a/i18npool/source/localedata/data/bn_IN.xml
+++ b/i18npool/source/localedata/data/bn_IN.xml
@@ -192,13 +192,13 @@
       <FormatCode>[HH]:MM:SS.00</FormatCode>
     </FormatElement>
     <FormatElement msgid="DateTimeFormatskey1" default="true" type="medium" 
usage="DATE_TIME" formatindex="46">
-      <FormatCode>MM-DD-YY HH:MM AM/PM</FormatCode>
+      <FormatCode>DD-MM-YY HH:MM AM/PM</FormatCode>
     </FormatElement>
     <FormatElement msgid="DateTimeFormatskey2" default="false" type="medium" 
usage="DATE_TIME" formatindex="47">
-      <FormatCode>MM-DD-YYYY HH:MM:SS</FormatCode>
+      <FormatCode>DD-MM-YYYY HH:MM:SS</FormatCode>
     </FormatElement>
     <FormatElement msgid="DateTimeFormatskey3" default="false" type="medium" 
usage="DATE_TIME" formatindex="50">
-      <FormatCode>MM-DD-YYYY HH:MM</FormatCode>
+      <FormatCode>DD-MM-YYYY HH:MM</FormatCode>
     </FormatElement>
   </LC_FORMAT>
   <LC_COLLATION ref="en_US" />
diff --git a/i18npool/source/localedata/data/hi_IN.xml 
b/i18npool/source/localedata/data/hi_IN.xml
index 33d27757dd3d..150dbce6e729 100644
--- a/i18npool/source/localedata/data/hi_IN.xml
+++ b/i18npool/source/localedata/data/hi_IN.xml
@@ -190,13 +190,13 @@
       <FormatCode>[HH]:MM:SS.00</FormatCode>
     </FormatElement>
     <FormatElement msgid="DateTimeFormatskey1" default="true" type="medium" 
usage="DATE_TIME" formatindex="46">
-      <FormatCode>MM-DD-YY HH:MM</FormatCode>
+      <FormatCode>DD-MM-YY HH:MM</FormatCode>
     </FormatElement>
     <FormatElement msgid="DateTimeFormatskey2" default="false" type="medium" 
usage="DATE_TIME" formatindex="47">
-      <FormatCode>MM-DD-YYYY HH:MM:SS</FormatCode>
+      <FormatCode>DD-MM-YYYY HH:MM:SS</FormatCode>
     </FormatElement>
     <FormatElement msgid="DateTimeFormatskey3" default="false" type="medium" 
usage="DATE_TIME" formatindex="50">
-      <FormatCode>MM-DD-YYYY HH:MM</FormatCode>
+      <FormatCode>DD-MM-YYYY HH:MM</FormatCode>
     </FormatElement>
   </LC_FORMAT>
   <LC_COLLATION ref="en_US"/>

Reply via email to