diff options
author | Richard D. Worth <rdworth@gmail.com> | 2011-07-19 11:03:22 -0400 |
---|---|---|
committer | Richard D. Worth <rdworth@gmail.com> | 2011-07-19 11:03:22 -0400 |
commit | 5002bf61855ffe365f759f0b2c484188bfe4e1d6 (patch) | |
tree | 09044f53bcb4ddbbbafffb3915bcfe48f0310921 /ui/i18n | |
parent | b8af0d1f7505dd5e56319a11bbd14f1e381b36b9 (diff) | |
download | jquery-ui-5002bf61855ffe365f759f0b2c484188bfe4e1d6.tar.gz jquery-ui-5002bf61855ffe365f759f0b2c484188bfe4e1d6.zip |
Datepicker i18n: Corrected Dutch abbreviation of month name March. Fixed #7566 - Dutch march name translation
Diffstat (limited to 'ui/i18n')
-rw-r--r-- | ui/i18n/jquery.ui.datepicker-nl.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/i18n/jquery.ui.datepicker-nl.js b/ui/i18n/jquery.ui.datepicker-nl.js index 09634088b..781fe6191 100644 --- a/ui/i18n/jquery.ui.datepicker-nl.js +++ b/ui/i18n/jquery.ui.datepicker-nl.js @@ -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'], |