aboutsummaryrefslogtreecommitdiffstats
path: root/ui/i18n
diff options
context:
space:
mode:
authorChristian Wenz <christian@wenz.org>2013-02-18 18:35:10 -0800
committerScott González <scott.gonzalez@gmail.com>2013-02-19 15:21:48 -0500
commit10ca48308fea6a9b30d2457fbf5a1b6e0ed5966c (patch)
tree83e086b5cf5f9bb4d00f81da97107986e6a0ec55 /ui/i18n
parent5e1b8dc71a72d5753a95c49c844857b91fbdbade (diff)
downloadjquery-ui-10ca48308fea6a9b30d2457fbf5a1b6e0ed5966c.tar.gz
jquery-ui-10ca48308fea6a9b30d2457fbf5a1b6e0ed5966c.zip
Datepicker: Updated German locale. Fixes #9098 - Datepicker German localization - make casing of previous/next/today consistent.
Diffstat (limited to 'ui/i18n')
-rw-r--r--ui/i18n/jquery.ui.datepicker-de.js6
1 files changed, 3 insertions, 3 deletions
diff --git a/ui/i18n/jquery.ui.datepicker-de.js b/ui/i18n/jquery.ui.datepicker-de.js
index cfe91759b..abe75c4e4 100644
--- a/ui/i18n/jquery.ui.datepicker-de.js
+++ b/ui/i18n/jquery.ui.datepicker-de.js
@@ -2,10 +2,10 @@
/* Written by Milian Wolff (mail@milianw.de). */
jQuery(function($){
$.datepicker.regional['de'] = {
- closeText: 'schließen',
- prevText: '&#x3C;zurück',
+ closeText: 'Schließen',
+ prevText: '&#x3C;Zurück',
nextText: 'Vor&#x3E;',
- 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',