summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--share/locales/de_DE.po6
-rw-r--r--share/locales/en_GB.po5
-rw-r--r--templates/changelog.html.ep16
3 files changed, 27 insertions, 0 deletions
diff --git a/share/locales/de_DE.po b/share/locales/de_DE.po
index 5b67c83..96ad1a9 100644
--- a/share/locales/de_DE.po
+++ b/share/locales/de_DE.po
@@ -223,6 +223,12 @@ msgstr "Korrekte Berechnung und Visualisierung der Wegstrecke bei Fahrten mit Ri
msgid "changelog.2-17.1"
msgstr "Kartendaten („Polylines“) zu einzelnen Fahrten können nun als GPX ex- und importiert werden. Somit können Kartendaten nachträglich korrigiert oder nachgepflegt werden. Das GPX-Datenformat ist mit BRouter-Web kompatibel."
+msgid "changelog.2-18.1"
+msgstr "Checkin- und Verbindungsvorschläge sind für DBRIS-, EFA- und IRIS-Backends wieder verfügbar. Bei HAFAS-Backends fehlen die dazu notwendigen Daten in der Abfahrtstafel. Bei MOTIS-Backends fehlen die Daten möglicherweise ebenfalls."
+
+msgid "changelog.2-18.2"
+msgstr "Bei der Reisestreckenberechnung für vergangene Fahrten werden nun auch Fahrten mit ungenügender Datenlage (d.h. bei denen ausschließlich die Entfernung nach Luftlinie verfügbar ist) berücksichtigt. Bislang wurden diese für monatliche und jährliche Statistiken ignoriert."
+
# history.html.ep
msgid "history.review"
diff --git a/share/locales/en_GB.po b/share/locales/en_GB.po
index 073b3ab..9f53ac3 100644
--- a/share/locales/en_GB.po
+++ b/share/locales/en_GB.po
@@ -223,6 +223,11 @@ msgstr "Fix distance calculation and visualization of ring line trips. Trips sho
msgid "changelog.2-17.1"
msgstr "Map data (“polylines”) for individual trips can now be exported and imported in the GPX format. This allows map data to be corrected or augmented after the fact. The GPX import/export is compatible with BRouter-Web."
+msgid "changelog.2-18.1"
+msgstr "Checkin and connection suggestions are now available again for DBRIS, EFA, and IRIS backends. HAFAS backends lack the required station board data. MOTIS backends may lack the required data as well."
+
+msgid "changelog.2-18.2"
+msgstr "Total distance calculation in the history now includes trips that lack appropriate route data (i.e., where only beeline distance / distance as the crow flies is available). Before this release, such trips were ignored when computing monthly and yearly statistics."
# history.html.ep
msgid "history.review"
diff --git a/templates/changelog.html.ep b/templates/changelog.html.ep
index 042a46e..f6564cb 100644
--- a/templates/changelog.html.ep
+++ b/templates/changelog.html.ep
@@ -2,6 +2,22 @@
<div class="row">
<div class="col s12 m1 l1">
+ 2.18
+ </div>
+ <div class="col s12 m11 l11">
+ <p>
+ <i class="material-icons left" aria-label="<%= L('changelog.added') %>">add</i>
+ %= L('changelog.2-18.1')
+ </p>
+ <p>
+ <i class="material-icons left" aria-label="<%= L('changelog.bugfix') %>">build</i>
+ %= L('changelog.2-18.2')
+ </p>
+ </div>
+</div>
+
+<div class="row">
+ <div class="col s12 m1 l1">
2.17
</div>
<div class="col s12 m11 l11">