]> source.dussan.org Git - jquery-ui.git/commitdiff
Datepicker i18n: Corrected Dutch abbreviation of month name March. Fixed #7566 -...
authorRichard D. Worth <rdworth@gmail.com>
Tue, 19 Jul 2011 15:03:22 +0000 (11:03 -0400)
committerRichard D. Worth <rdworth@gmail.com>
Tue, 19 Jul 2011 15:08:07 +0000 (11:08 -0400)
(cherry picked from commit 5002bf61855ffe365f759f0b2c484188bfe4e1d6)

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

index 09634088b6cf25b5447441eca33d2f9ad9a97344..781fe6191761d89f4bcc410588b396db3b4be82f 100644 (file)
@@ -8,7 +8,7 @@ jQuery(function($){
                currentText: 'Vandaag',
                monthNames: ['januari', 'februari', 'maart', 'april', 'mei', 'juni',
                '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'],
                dayNames: ['zondag', 'maandag', 'dinsdag', 'woensdag', 'donderdag', 'vrijdag', 'zaterdag'],
                dayNamesShort: ['zon', 'maa', 'din', 'woe', 'don', 'vri', 'zat'],