From 61c713bf93a1c585730b97265e2ba7a5a4d09d1d Mon Sep 17 00:00:00 2001 From: László Németh Date: Thu, 16 Aug 2018 13:07:19 +0200 Subject: tdf#118127 fix date format duplications in Hungarian locale MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit – by adding and using narrow month names "jan."–"dec." (abbreviated month names are still Roman numbers for back-compatibility); – by adding ortographically incorrect, but "interoperable/back-compatible" typewriter & Excel format "YYYY.M.D."; – by replacing one of the "YYYY. MMM. D." by "YYYY. MM. DD.". Other changes: – replacing incorrect "YYYY. M. D." format with the ortographically correct "YYYY. MM. DD." format. We keep its long YYYY format for back-compatibility. (This system format is visible only on the extra page of the Date formatting list, so it's not an annoying duplication.) – abbreviated eras use non-breaking narrow spaces. Note: there is also a not so annoying duplication, the "YYYY-MM-DD HH:MM:SS", not on the first page of the date list in the dialog window and not in the XML file, but only on the second page of the date list. For back-compatibility, we keep this format in the XML file. Change-Id: I4c49d637710295395b75034aa50015a5f3719d89 Reviewed-on: https://gerrit.libreoffice.org/59171 Tested-by: Jenkins Reviewed-by: László Németh --- i18npool/source/localedata/data/hu_HU.xml | 30 +++++++++++++++++++++--------- 1 file changed, 21 insertions(+), 9 deletions(-) (limited to 'i18npool') diff --git a/i18npool/source/localedata/data/hu_HU.xml b/i18npool/source/localedata/data/hu_HU.xml index 406ef9b124d5..269f1fddf0bc 100644 --- a/i18npool/source/localedata/data/hu_HU.xml +++ b/i18npool/source/localedata/data/hu_HU.xml @@ -106,28 +106,28 @@ # ##0,-- [$Ft-40E];[RED]-# ##0,-- [$Ft-40E] - YYYY". "M". "D. + YYYY". "MM". "DD. YYYY". "MMMM D. - YY-MM-DD + YY.MM.DD. - YYYY-MM-DD + YYYY.MM.DD. YY". "MMM D. - YYYY". "MMM D. + YYYY". "MM". "DD. YYYY". "MMM D. - YYYY". "MMMM D. + YYYY". "MMMMM D. YYYY". "MMMM D. @@ -139,7 +139,7 @@ YYYY". "MMM D., NNN - YYYY". "MMMM D., NN + YYYY". "MMMMM D., NNN YYYY". "MMMM D., NNN @@ -296,7 +296,7 @@ YY-MM-DD HH:MM - YYYY-MM-DD HH:MM:SS + YYYY.MM.DD. HH:MM:SS @@ -359,72 +359,84 @@ jan I. január + jan. feb II. február + febr. mar III. március + márc. apr IV. április + ápr. may V. május + máj. jun VI. június + jún. jul VII. július + júl. aug VIII. augusztus + aug. sep IX. szeptember + szept. oct X. október + okt. nov XI. november + nov. dec XII. december + dec. bc - i. e. + i. e. i. e. ad - i. sz. + i. sz. i. sz. -- cgit