Unverified Commit 1164f314 authored by Birte Kristina Friesel's avatar Birte Kristina Friesel
Browse files

Prepare v2.17

parent 60622fb2
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -2045,8 +2045,6 @@ sub get_frequent_backend_ids {

	my @backend_ids = $res->hashes->map( sub { shift->{backend_id} } )->each;

	say join( ' ', @backend_ids );

	return @backend_ids;
}

+3 −0
Original line number Diff line number Diff line
@@ -202,6 +202,9 @@ msgstr "Infrastruktur zur Übersetzung von travelynx in andere Sprachen. Der Gro
msgid "changelog.2-16.2"
msgstr "Korrekte Berechnung und Visualisierung der Wegstrecke bei Fahrten mit Ringlinien. Die Anzeige der Fahrten in der Fahrtenkarte ist noch teilweise fehlerhaft."

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."

# journey.html.ep

msgid "journey.not-found"
+3 −0
Original line number Diff line number Diff line
@@ -202,6 +202,9 @@ msgstr "Localization support. Parts of travelynx are now available in English, a
msgid "changelog.2-16.2"
msgstr "Fix distance calculation and visualization of ring line trips. Trips shown in the history map are still partially incorrect."

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."

# journey.html.ep

msgid "journey.not-found"
+12 −0
Original line number Diff line number Diff line
<h1>Changelog</h1>

<div class="row">
	<div class="col s12 m1 l1">
		2.17
	</div>
	<div class="col s12 m11 l11">
		<p>
			<i class="material-icons left" aria-label="<%= L('changelog.added') %>">add</i>
			%= L('changelog.2-17.1')
		</p>
	</div>
</div>

<div class="row">
	<div class="col s12 m1 l1">
		2.16