From 4d84efb8b09552bb77a91350345036674508b6c7 Mon Sep 17 00:00:00 2001 From: Birte Kristina Friesel Date: Sun, 20 Jul 2025 14:00:22 +0200 Subject: Translate the remainder of the landing page --- templates/landingpage.html.ep | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'templates/landingpage.html.ep') diff --git a/templates/landingpage.html.ep b/templates/landingpage.html.ep index f760f00..10e4f03 100644 --- a/templates/landingpage.html.ep +++ b/templates/landingpage.html.ep @@ -58,19 +58,19 @@ <%= L('landingpage.greeting-prefix') %> <%= $user->{name} %><%= L('landingpage.greeting-suffix') %>

<%= L('landingpage.not-checked-in') %>.

- Stationen in der Umgebung abfragen + <%= L('landingpage.stop-geosearch') %>
%= hidden_field backend_dbris => $user->{backend_dbris}
%= text_field 'station', id => 'station', class => 'autocomplete contrast-color-text', autocomplete => 'off', required => undef - +
<%= $user->{backend_name} // 'IRIS' %>
@@ -97,8 +97,8 @@ % } -

Letzte Fahrten

- %= include '_history_trains', date_format => '%d.%m.%Y', journeys => [journeys->get(uid => $user->{id}, limit => 5, with_datetime => 1)]; +

<%= L('landingpage.latest-trips') %>

+ %= include '_history_trains', date_format => L('landingpage.date-format'), journeys => [journeys->get(uid => $user->{id}, limit => 5, with_datetime => 1)]; % } % else {
-- cgit v1.2.3