i18npool/source/localedata/data/hu_HU.xml |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

New commits:
commit 8e7a9b0243a4a63841d1cb1faba118274d574053
Author:     Eike Rathke <er...@redhat.com>
AuthorDate: Fri Jun 4 13:37:55 2021 +0200
Commit:     Eike Rathke <er...@redhat.com>
CommitDate: Mon Jun 7 13:59:54 2021 +0200

    Resolves: tdf#142216 Fix {hu-HU} AM/PM words, default time without leading 0
    
    Change-Id: Ief925b01a882bd59807b7e6e8c84b77b5ca3485f
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/116713
    Reviewed-by: Eike Rathke <er...@redhat.com>
    Tested-by: Jenkins

diff --git a/i18npool/source/localedata/data/hu_HU.xml 
b/i18npool/source/localedata/data/hu_HU.xml
index 29b8068e23cd..35b2a9cfdda3 100644
--- a/i18npool/source/localedata/data/hu_HU.xml
+++ b/i18npool/source/localedata/data/hu_HU.xml
@@ -47,8 +47,8 @@
       <DoubleQuotationStart>„</DoubleQuotationStart>
       <DoubleQuotationEnd>”</DoubleQuotationEnd>
     </Markers>
-    <TimeAM>DE</TimeAM>
-    <TimePM>DU</TimePM>
+    <TimeAM>de.</TimeAM>
+    <TimePM>du.</TimePM>
     <MeasurementSystem>metric</MeasurementSystem>
   </LC_CTYPE>
   <LC_FORMAT>
@@ -277,10 +277,10 @@
       <FormatCode>[NatNum12 ordinal year]YYYY</FormatCode>
     </FormatElement>
     <FormatElement msgid="TimeFormatskey1" default="true" type="short" 
usage="TIME" formatindex="39">
-      <FormatCode>HH:MM</FormatCode>
+      <FormatCode>H:MM</FormatCode>
     </FormatElement>
     <FormatElement msgid="TimeFormatskey2" default="true" type="medium" 
usage="TIME" formatindex="40">
-      <FormatCode>HH:MM:SS</FormatCode>
+      <FormatCode>H:MM:SS</FormatCode>
     </FormatElement>
     <FormatElement msgid="TimeFormatskey3" default="false" type="short" 
usage="TIME" formatindex="41">
       <FormatCode>HH:MM AM/PM</FormatCode>
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to