diff options
author | Birte Kristina Friesel <derf@finalrewind.org> | 2025-07-23 05:46:58 +0200 |
---|---|---|
committer | Birte Kristina Friesel <derf@finalrewind.org> | 2025-07-23 05:46:58 +0200 |
commit | e8324085c9698f12957632ee99f5d184c91529ab (patch) | |
tree | 1b7fc08c01619f6e471050377a2c51359a98ba43 /templates/journey.html.ep | |
parent | ef6fc75de98958fb4c66e245b861dd66f9edf9b8 (diff) |
Translate Luftlinie
Diffstat (limited to 'templates/journey.html.ep')
-rw-r--r-- | templates/journey.html.ep | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/journey.html.ep b/templates/journey.html.ep index 17552e9..c1efe44 100644 --- a/templates/journey.html.ep +++ b/templates/journey.html.ep @@ -153,10 +153,10 @@ % } % if ($journey->{km_route} > 0.1) { ca. <%= sprintf_km($journey->{km_route}) %> - (Luftlinie: <%= sprintf_km($journey->{km_beeline}) %>) + <%= L('journey.beeline.pre') %><%= sprintf_km($journey->{km_beeline}) %><%= L('journey.beeline.post') %> % } % elsif ($journey->{km_beeline} > 0.1) { - (Luftlinie: <%= sprintf_km($journey->{km_beeline}) %>) + <%= L('journey.beeline.pre') %><%= sprintf_km($journey->{km_beeline}) %><%= L('journey.beeline.post') %> % } % else { ? |