diff options
author | László Németh <nemeth@numbertext.org> | 2012-09-29 00:05:34 +0200 |
---|---|---|
committer | Thorsten Behrens <tbehrens@suse.com> | 2012-10-01 10:50:25 +0000 |
commit | a07a4688d10737bd88d89ef38e12bc9b6074ffea (patch) | |
tree | 8a1cc5f87ead6bac087882f4576344c96cc0b525 /i18npool | |
parent | a24a6a41c60740e2ebd1df14d055f7c37af8f21b (diff) |
Add back compatible Hungarian date format acceptance
Change-Id: I6b6d62cda241250db89cdcabaa04952d36e1acfd
Reviewed-on: https://gerrit.libreoffice.org/720
Reviewed-by: Thorsten Behrens <tbehrens@suse.com>
Tested-by: Thorsten Behrens <tbehrens@suse.com>
Diffstat (limited to 'i18npool')
-rw-r--r-- | i18npool/source/localedata/data/hu_HU.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/i18npool/source/localedata/data/hu_HU.xml b/i18npool/source/localedata/data/hu_HU.xml index 2345e313377b..2b5d5ba3c12e 100644 --- a/i18npool/source/localedata/data/hu_HU.xml +++ b/i18npool/source/localedata/data/hu_HU.xml @@ -52,6 +52,8 @@ <MeasurementSystem>metric</MeasurementSystem> </LC_CTYPE> <LC_FORMAT> + <DateAcceptancePattern>M-D</DateAcceptancePattern> + <DateAcceptancePattern>M.D</DateAcceptancePattern> <FormatElement msgid="FixedFormatskey1" default="true" type="medium" usage="FIXED_NUMBER" formatindex="0"> <FormatCode>Standard</FormatCode> </FormatElement> |