diff options
author | Birte Kristina Friesel <birte.friesel@uos.de> | 2025-07-22 19:44:05 +0200 |
---|---|---|
committer | Birte Kristina Friesel <birte.friesel@uos.de> | 2025-07-22 19:44:18 +0200 |
commit | 59b10d804a8757a0b2e5c0a5a5f1a10f2d844142 (patch) | |
tree | 2dd163ff97bcab50ff64fbcb31b17e161d4f72d6 /templates/_wagons.html.ep | |
parent | 8ef4fbbaf55c8a46dc3f00be8f93249f45479b9b (diff) |
l10n: split wagons.{from,to} into .pre, .post
See #278
Diffstat (limited to 'templates/_wagons.html.ep')
-rw-r--r-- | templates/_wagons.html.ep | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/_wagons.html.ep b/templates/_wagons.html.ep index 926aac1..3f906c0 100644 --- a/templates/_wagons.html.ep +++ b/templates/_wagons.html.ep @@ -9,10 +9,10 @@ % } <%= L('wagons.name-as-type') %> <b><%= $wagongroup->{type} // $journey->{type} %> <%= $wagongroup->{no} %></b> % if ($wagongroup->{from}) { - <%= L('wagons.from') %> <b><%= $wagongroup->{from} %></b> + <%= L('wagons.from.pre') %> <b><%= $wagongroup->{from} %></b> <%= L('wagons.from.post') %> % } % if ($wagongroup->{to}) { - <%= L('wagons.to') %> <b><%= $wagongroup->{to} %></b> + <%= L('wagons.to.pre') %> <b><%= $wagongroup->{to} %></b> <%= L('wagons.to.post') %> % } <br/> % for my $wagon (@{$wagongroup->{wagons}}) { |