From: Simon Date: Mon, 2 Apr 2012 07:44:51 +0000 (+0300) Subject: Datepicker: Changed German translation for weekHeader to "KW". Fixes #8231 - Provide... X-Git-Tag: 1.9.0m8~171^2 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=48e5c853f995a825dd9d14cd2d8f592037f8505c;p=jquery-ui.git Datepicker: Changed German translation for weekHeader to "KW". Fixes #8231 - Provide a better German translation for the week header. --- 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,