Skip to content
Snippets Groups Projects
Commit 5c90717a authored by Jan-Hendrik Willms's avatar Jan-Hendrik Willms Committed by Jan-Hendrik Willms
Browse files

adjust wording, fixes #3208

Closes #3208

Merge request studip/studip!2176
parent 0c3cddfb
No related branches found
No related tags found
No related merge requests found
...@@ -625,7 +625,7 @@ import eventBus from "./lib/event-bus.ts"; ...@@ -625,7 +625,7 @@ import eventBus from "./lib/event-bus.ts";
closeText: $gettext('Schließen'), closeText: $gettext('Schließen'),
prevText: $gettext('Zurück'), prevText: $gettext('Zurück'),
nextText: $gettext('Vor'), nextText: $gettext('Vor'),
currentText: $gettext('Jetzt'), currentText: $gettext('Heute'),
monthNames: [ monthNames: [
$gettext('Januar'), $gettext('Januar'),
$gettext('Februar'), $gettext('Februar'),
...@@ -696,7 +696,10 @@ import eventBus from "./lib/event-bus.ts"; ...@@ -696,7 +696,10 @@ import eventBus from "./lib/event-bus.ts";
locale.dayNamesMin = locale.dayNamesShort; locale.dayNamesMin = locale.dayNamesShort;
$.datepicker.setDefaults(locale); $.datepicker.setDefaults(locale);
$.timepicker.setDefaults(locale); $.timepicker.setDefaults({
...locale,
currentText: $gettext('Jetzt'),
});
}); });
var DpHideOnScroll = function () { var DpHideOnScroll = function () {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment