From b31c75334c0054ddae213defdb3f38280ced3aef Mon Sep 17 00:00:00 2001 From: Birte Kristina Friesel Date: Tue, 31 Oct 2023 14:37:33 +0100 Subject: i18n for map and wagon order --- templates/_train_details.html.ep | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'templates/_train_details.html.ep') diff --git a/templates/_train_details.html.ep b/templates/_train_details.html.ep index 80e1a74..849af3b 100644 --- a/templates/_train_details.html.ep +++ b/templates/_train_details.html.ep @@ -43,7 +43,7 @@ % } % } % elsif ($departure->{sched_arrival}) { - <%= l 'An:' %><%= $departure->{sched_arrival} %> + <%= l 'An:' %> <%= $departure->{sched_arrival} %> % } % elsif ($departure->{prep_time}) { Ein: <%= $departure->{prep_time} %> @@ -150,7 +150,7 @@ % elsif (my $o = $departure->{occupancy}) {
% my ($text, $icon) = occupancy_icon($o); - <%= $text %>. + <%= l $text %>.
% } % } -- cgit v1.2.3