Skip to content

Commit ba337a5

Browse files
amacadoVicTachev
authored andcommitted
Add de-DE translation for kendo.ui.DateInput
1 parent d895133 commit ba337a5

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

src/messages/kendo.messages.de-DE.js

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -701,6 +701,22 @@ $.extend(true, kendo.ui.ListBox.prototype.options.messages,{
701701
"cancel": "Abbrechen"
702702
});
703703
}
704+
705+
/* DateInput */
706+
707+
if (kendo.ui.DateInput) {
708+
kendo.ui.DateInput.prototype.options.messages =
709+
$.extend(true, kendo.ui.DateInput.prototype.options.messages, {
710+
"year": "Jahr",
711+
"month": "Monat",
712+
"day": "Tag",
713+
"weekday": "Wochentag",
714+
"hour": "Stunde",
715+
"minute": "Minute",
716+
"second": "Sekunde",
717+
"dayperiod": "AM/PM"
718+
});
719+
}
704720

705721
/* FlatColorPicker messages */
706722

0 commit comments

Comments
 (0)