Datepicker i18n hu: Corrected four-digit year in dateFormat. Fixes #7714 - Hungarian translation

This commit is contained in:
Richard D. Worth 2011-09-13 05:06:06 -04:00
parent b8821d945e
commit cedac75bcc

View File

@ -14,7 +14,7 @@ jQuery(function($){
dayNamesShort: ['Vas', 'Hét', 'Ked', 'Sze', 'Csü', 'Pén', 'Szo'], dayNamesShort: ['Vas', 'Hét', 'Ked', 'Sze', 'Csü', 'Pén', 'Szo'],
dayNamesMin: ['V', 'H', 'K', 'Sze', 'Cs', 'P', 'Szo'], dayNamesMin: ['V', 'H', 'K', 'Sze', 'Cs', 'P', 'Szo'],
weekHeader: 'Hét', weekHeader: 'Hét',
dateFormat: 'yyyy.mm.dd.', dateFormat: 'yy.mm.dd.',
firstDay: 1, firstDay: 1,
isRTL: false, isRTL: false,
showMonthAfterYear: true, showMonthAfterYear: true,