mirror of
https://github.com/jquery/jquery-ui.git
synced 2025-01-07 20:34:24 +00:00
Datepicker i18n hu: Corrected four-digit year in dateFormat. Fixes #7714 - Hungarian translation
This commit is contained in:
parent
b8821d945e
commit
cedac75bcc
2
ui/i18n/jquery.ui.datepicker-hu.js
vendored
2
ui/i18n/jquery.ui.datepicker-hu.js
vendored
@ -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,
|
||||||
|
Loading…
Reference in New Issue
Block a user