summaryrefslogtreecommitdiff
path: root/lib/DBInfoscreen.pm
diff options
context:
space:
mode:
authorBirte Kristina Friesel <derf@finalrewind.org>2023-10-29 13:34:43 +0100
committerBirte Kristina Friesel <derf@finalrewind.org>2023-10-29 13:34:43 +0100
commit662693f26be2fe67fe59335b2c863f257120bf41 (patch)
treed93a95b141d73964c7fc00bfdde2abc89567859b /lib/DBInfoscreen.pm
parentece34fe0815ef85db0c3a775d74625607aa65e25 (diff)
add english version of landing page and main menu
Diffstat (limited to 'lib/DBInfoscreen.pm')
-rw-r--r--lib/DBInfoscreen.pm6
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/DBInfoscreen.pm b/lib/DBInfoscreen.pm
index 687d583..9d67f77 100644
--- a/lib/DBInfoscreen.pm
+++ b/lib/DBInfoscreen.pm
@@ -38,6 +38,12 @@ sub startup {
chomp $self->config->{version};
$self->defaults( version => $self->config->{version} // 'UNKNOWN' );
+ $self->plugin(
+ I18N => {
+ default => 'de',
+ },
+ );
+
# Generally, the reverse proxy handles compression.
# Also, Mojolicious compression breaks legacy callback-based JSON endpoints
# for some clients.