mirror of
https://github.com/jquery/jquery-ui.git
synced 2025-01-07 20:34:24 +00:00
Datepicker i18n: Corrected Dutch abbreviation of month name March. Fixed #7566 - Dutch march name translation
This commit is contained in:
parent
b8af0d1f75
commit
5002bf6185
2
ui/i18n/jquery.ui.datepicker-nl.js
vendored
2
ui/i18n/jquery.ui.datepicker-nl.js
vendored
@ -8,7 +8,7 @@ jQuery(function($){
|
|||||||
currentText: 'Vandaag',
|
currentText: 'Vandaag',
|
||||||
monthNames: ['januari', 'februari', 'maart', 'april', 'mei', 'juni',
|
monthNames: ['januari', 'februari', 'maart', 'april', 'mei', 'juni',
|
||||||
'juli', 'augustus', 'september', 'oktober', 'november', 'december'],
|
'juli', 'augustus', 'september', 'oktober', 'november', 'december'],
|
||||||
monthNamesShort: ['jan', 'feb', 'maa', 'apr', 'mei', 'jun',
|
monthNamesShort: ['jan', 'feb', 'mrt', 'apr', 'mei', 'jun',
|
||||||
'jul', 'aug', 'sep', 'okt', 'nov', 'dec'],
|
'jul', 'aug', 'sep', 'okt', 'nov', 'dec'],
|
||||||
dayNames: ['zondag', 'maandag', 'dinsdag', 'woensdag', 'donderdag', 'vrijdag', 'zaterdag'],
|
dayNames: ['zondag', 'maandag', 'dinsdag', 'woensdag', 'donderdag', 'vrijdag', 'zaterdag'],
|
||||||
dayNamesShort: ['zon', 'maa', 'din', 'woe', 'don', 'vri', 'zat'],
|
dayNamesShort: ['zon', 'maa', 'din', 'woe', 'don', 'vri', 'zat'],
|
||||||
|
Loading…
Reference in New Issue
Block a user