diff options
author | Simon <simon.sattes@gmail.com> | 2012-04-02 10:44:51 +0300 |
---|---|---|
committer | Scott González <scott.gonzalez@gmail.com> | 2012-04-02 08:47:29 -0400 |
commit | 48e5c853f995a825dd9d14cd2d8f592037f8505c (patch) | |
tree | 0d13f2a934b3afc3652be8b997f55c189bd79335 /ui/i18n | |
parent | 45a5a24dfe6322cfeb047a2aed566c824f401307 (diff) | |
download | jquery-ui-48e5c853f995a825dd9d14cd2d8f592037f8505c.tar.gz jquery-ui-48e5c853f995a825dd9d14cd2d8f592037f8505c.zip |
Datepicker: Changed German translation for weekHeader to "KW". Fixes #8231 - Provide a better German translation for the week header.
Diffstat (limited to 'ui/i18n')
-rw-r--r-- | ui/i18n/jquery.ui.datepicker-de.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/i18n/jquery.ui.datepicker-de.js b/ui/i18n/jquery.ui.datepicker-de.js index 52d6c82ce..cfe91759b 100644 --- a/ui/i18n/jquery.ui.datepicker-de.js +++ b/ui/i18n/jquery.ui.datepicker-de.js @@ -13,7 +13,7 @@ jQuery(function($){ dayNames: ['Sonntag','Montag','Dienstag','Mittwoch','Donnerstag','Freitag','Samstag'], dayNamesShort: ['So','Mo','Di','Mi','Do','Fr','Sa'], dayNamesMin: ['So','Mo','Di','Mi','Do','Fr','Sa'], - weekHeader: 'Wo', + weekHeader: 'KW', dateFormat: 'dd.mm.yy', firstDay: 1, isRTL: false, |