diff options
author | Eike Rathke <erack@redhat.com> | 2021-06-04 13:37:55 +0200 |
---|---|---|
committer | Eike Rathke <erack@redhat.com> | 2021-06-07 13:59:54 +0200 |
commit | 8e7a9b0243a4a63841d1cb1faba118274d574053 (patch) | |
tree | fe37adf24f8d986135e41cb7035c47a6d7d96ac3 /i18npool/source | |
parent | d161c4de0b145b975bc90ce4b0a1ff7c234b676e (diff) |
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 <erack@redhat.com>
Tested-by: Jenkins
Diffstat (limited to 'i18npool/source')
-rw-r--r-- | i18npool/source/localedata/data/hu_HU.xml | 8 |
1 files changed, 4 insertions, 4 deletions
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> |