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

Prepare release of v2.16.0

parent d0b6e6ee
Loading
Loading
Loading
Loading
+14 −0
Original line number Diff line number Diff line
@@ -188,6 +188,20 @@ msgstr "offene Anfragen"
msgid "account.interaction.disabled"
msgstr "Accounts können dir nicht folgen"

# changelog.html.ep

msgid "changelog.added"
msgstr "Neues Feature"

msgid "changelog.bugfix"
msgstr "Bugfix"

msgid "changelog.2-16.1"
msgstr "Infrastruktur zur Übersetzung von travelynx in andere Sprachen. Der Großteil der Website ist noch Deutsch; einzelne Seiten sind bereits auf Englisch und Teilmengen davon zusätzlich auf Französisch, Polnisch und Ungarisch verfügbar. Weitere Übersetzungen und ggf. Sprachen sowie Dokumentation zur Unterstützung dabei folgen bei Zeiten. Die Sprache wird auf Basis des Accept-Language-Headers ausgewählt und kann zusätzlich in den Account-Einstellungen konfiguriert werden."

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

# journey.html.ep

msgid "journey.not-found"
+14 −0
Original line number Diff line number Diff line
@@ -188,6 +188,20 @@ msgstr "open requests"
msgid "account.interaction.disabled"
msgstr "Accounts cannot follow you"

# changelog.html.ep

msgid "changelog.added"
msgstr "New Feature"

msgid "changelog.bugfix"
msgstr "Bugfix"

msgid "changelog.2-16.1"
msgstr "Localization support. Parts of travelynx are now available in English, and a subset of those is also available in French, Hungarian, and Polish. Further translations, languages, and translation how-tos will follow in due time. Locale selection respects the Accept-Language header and can be configured on the account settings page."

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

# journey.html.ep

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

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

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