summaryrefslogtreecommitdiff
path: root/templates/journey.html.ep
diff options
context:
space:
mode:
authorBirte Kristina Friesel <derf@finalrewind.org>2025-07-23 05:46:58 +0200
committerBirte Kristina Friesel <derf@finalrewind.org>2025-07-23 05:46:58 +0200
commite8324085c9698f12957632ee99f5d184c91529ab (patch)
tree1b7fc08c01619f6e471050377a2c51359a98ba43 /templates/journey.html.ep
parentef6fc75de98958fb4c66e245b861dd66f9edf9b8 (diff)
Translate Luftlinie
Diffstat (limited to 'templates/journey.html.ep')
-rw-r--r--templates/journey.html.ep4
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 {
?