Skip to content

Commit c1929fc

Browse files
committed
Datepicker i18n: Corrected Dutch abbreviation of month name March. Fixed #7566 - Dutch march name translation
(cherry picked from commit 5002bf6)
1 parent c81bfb9 commit c1929fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jQuery(function($){
88
currentText: 'Vandaag',
99
monthNames: ['januari', 'februari', 'maart', 'april', 'mei', 'juni',
1010
'juli', 'augustus', 'september', 'oktober', 'november', 'december'],
11-
monthNamesShort: ['jan', 'feb', 'maa', 'apr', 'mei', 'jun',
11+
monthNamesShort: ['jan', 'feb', 'mrt', 'apr', 'mei', 'jun',
1212
'jul', 'aug', 'sep', 'okt', 'nov', 'dec'],
1313
dayNames: ['zondag', 'maandag', 'dinsdag', 'woensdag', 'donderdag', 'vrijdag', 'zaterdag'],
1414
dayNamesShort: ['zon', 'maa', 'din', 'woe', 'don', 'vri', 'zat'],

0 commit comments

Comments
 (0)