diff options
author | László Németh <nemeth@numbertext.org> | 2012-09-29 00:05:34 +0200 |
---|---|---|
committer | Andras Timar <atimar@suse.com> | 2012-10-02 11:47:39 +0200 |
commit | 29bd9606cf7c915a61f31418cf187de8f5aa84e9 (patch) | |
tree | 2d6ec10779d0d7e4337742cf762a17588c52962e | |
parent | 4bbcf581ad7a478387491058b38e6dd8a344af44 (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>
Signed-off-by: Andras Timar <atimar@suse.com>
-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 dc3be12ad93e..8ad831e9d023 100644 --- a/i18npool/source/localedata/data/hu_HU.xml +++ b/i18npool/source/localedata/data/hu_HU.xml @@ -35,6 +35,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> |