From 662693f26be2fe67fe59335b2c863f257120bf41 Mon Sep 17 00:00:00 2001 From: Birte Kristina Friesel Date: Sun, 29 Oct 2023 13:34:43 +0100 Subject: add english version of landing page and main menu --- lib/DBInfoscreen.pm | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'lib') 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. -- cgit v1.2.3