Skip to content

Commit

Permalink
Datepicker: Updated German locale. Fixes #9098 - Datepicker German lo…
Browse files Browse the repository at this point in the history
…calization - make casing of previous/next/today consistent.
  • Loading branch information
wenz authored and scottgonzalez committed Feb 19, 2013
1 parent 5e1b8dc commit 10ca483
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ui/i18n/jquery.ui.datepicker-de.js
Expand Up @@ -2,10 +2,10 @@
/* Written by Milian Wolff (mail@milianw.de). */
jQuery(function($){
$.datepicker.regional['de'] = {
closeText: 'schließen',
prevText: '<zurück',
closeText: 'Schließen',
prevText: '<Zurück',
nextText: 'Vor>',
currentText: 'heute',
currentText: 'Heute',
monthNames: ['Januar','Februar','März','April','Mai','Juni',
'Juli','August','September','Oktober','November','Dezember'],
monthNamesShort: ['Jan','Feb','Mär','Apr','Mai','Jun',
Expand Down

0 comments on commit 10ca483

Please sign in to comment.