i18npool/source/localedata/data/hsb_DE.xml |   10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

New commits:
commit 993e13768116dd3a1ac61b83520b3f6cdbb55e54
Author:     Eike Rathke <er...@redhat.com>
AuthorDate: Fri Mar 17 14:17:20 2023 +0100
Commit:     Eike Rathke <er...@redhat.com>
CommitDate: Fri Mar 17 15:44:53 2023 +0000

    Related: tdf#153842 {hsb-DE} does not use AM/PM
    
    Switch defaults and remove from 47 date+time edit format code.
    
    Change-Id: I4832c26490adcc369a2d88e524fded724d01e996
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/149054
    Reviewed-by: Eike Rathke <er...@redhat.com>
    Tested-by: Jenkins

diff --git a/i18npool/source/localedata/data/hsb_DE.xml 
b/i18npool/source/localedata/data/hsb_DE.xml
index 851c27bd9ff9..a82107a7a7f1 100644
--- a/i18npool/source/localedata/data/hsb_DE.xml
+++ b/i18npool/source/localedata/data/hsb_DE.xml
@@ -168,16 +168,16 @@
     <FormatElement msgid="DateFormatskey9" default="false" type="medium" 
usage="DATE" formatindex="38">
       <FormatCode>WW</FormatCode>
     </FormatElement>
-    <FormatElement msgid="TimeFormatskey1" default="false" type="short" 
usage="TIME" formatindex="39">
+    <FormatElement msgid="TimeFormatskey1" default="true" type="short" 
usage="TIME" formatindex="39">
       <FormatCode>HH:MM</FormatCode>
     </FormatElement>
-    <FormatElement msgid="TimeFormatskey2" default="false" type="medium" 
usage="TIME" formatindex="40">
+    <FormatElement msgid="TimeFormatskey2" default="true" type="medium" 
usage="TIME" formatindex="40">
       <FormatCode>HH:MM:SS</FormatCode>
     </FormatElement>
-    <FormatElement msgid="TimeFormatskey3" default="true" type="short" 
usage="TIME" formatindex="41">
+    <FormatElement msgid="TimeFormatskey3" default="false" type="short" 
usage="TIME" formatindex="41">
       <FormatCode>HH:MM AM/PM</FormatCode>
     </FormatElement>
-    <FormatElement msgid="TimeFormatskey4" default="true" type="medium" 
usage="TIME" formatindex="42">
+    <FormatElement msgid="TimeFormatskey4" default="false" type="medium" 
usage="TIME" formatindex="42">
       <FormatCode>HH:MM:SS AM/PM</FormatCode>
     </FormatElement>
     <FormatElement msgid="TimeFormatskey5" default="false" type="medium" 
usage="TIME" formatindex="43">
@@ -193,7 +193,7 @@
       <FormatCode>DD.MM.YY HH:MM</FormatCode>
     </FormatElement>
     <FormatElement msgid="DateTimeFormatskey2" default="false" type="medium" 
usage="DATE_TIME" formatindex="47">
-      <FormatCode>DD.MM.YYYY HH:MM:SS AM/PM</FormatCode>
+      <FormatCode>DD.MM.YYYY HH:MM:SS</FormatCode>
     </FormatElement>
     <FormatElement msgid="DateTimeFormatskey3" default="false" type="medium" 
usage="DATE_TIME" formatindex="50">
       <FormatCode>DD.MM.YYYY HH:MM</FormatCode>

Reply via email to