Skip to content

Commit

Permalink
Datepicker: Changed German translation for weekHeader to "KW". Fixes …
Browse files Browse the repository at this point in the history
…#8231 - Provide a better German translation for the week header.
  • Loading branch information
sattes-faction authored and scottgonzalez committed Apr 2, 2012
1 parent 6fb584e commit 8b46758
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/i18n/jquery.ui.datepicker-de.js
Expand Up @@ -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,
Expand Down

0 comments on commit 8b46758

Please sign in to comment.