Skip to content

Commit cedac75

Browse files
committed
Datepicker i18n hu: Corrected four-digit year in dateFormat. Fixes #7714 - Hungarian translation
1 parent b8821d9 commit cedac75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui/i18n/jquery.ui.datepicker-hu.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jQuery(function($){
1414
dayNamesShort: ['Vas', 'Hét', 'Ked', 'Sze', 'Csü', 'Pén', 'Szo'],
1515
dayNamesMin: ['V', 'H', 'K', 'Sze', 'Cs', 'P', 'Szo'],
1616
weekHeader: 'Hét',
17-
dateFormat: 'yyyy.mm.dd.',
17+
dateFormat: 'yy.mm.dd.',
1818
firstDay: 1,
1919
isRTL: false,
2020
showMonthAfterYear: true,

0 commit comments

Comments
 (0)