diff options
author | Birte Kristina Friesel <derf@finalrewind.org> | 2023-10-29 13:34:43 +0100 |
---|---|---|
committer | Birte Kristina Friesel <derf@finalrewind.org> | 2023-10-29 13:34:43 +0100 |
commit | 662693f26be2fe67fe59335b2c863f257120bf41 (patch) | |
tree | d93a95b141d73964c7fc00bfdde2abc89567859b /lib | |
parent | ece34fe0815ef85db0c3a775d74625607aa65e25 (diff) |
add english version of landing page and main menu
Diffstat (limited to 'lib')
-rw-r--r-- | lib/DBInfoscreen.pm | 6 |
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. |