Skip to content

Commit 8b46758

Browse files
sattes-factionscottgonzalez
authored andcommitted
Datepicker: Changed German translation for weekHeader to "KW". Fixes #8231 - Provide a better German translation for the week header.
1 parent 6fb584e commit 8b46758

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui/i18n/jquery.ui.datepicker-de.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jQuery(function($){
1313
dayNames: ['Sonntag','Montag','Dienstag','Mittwoch','Donnerstag','Freitag','Samstag'],
1414
dayNamesShort: ['So','Mo','Di','Mi','Do','Fr','Sa'],
1515
dayNamesMin: ['So','Mo','Di','Mi','Do','Fr','Sa'],
16-
weekHeader: 'Wo',
16+
weekHeader: 'KW',
1717
dateFormat: 'dd.mm.yy',
1818
firstDay: 1,
1919
isRTL: false,

0 commit comments

Comments
 (0)