diff options
-rw-r--r-- | share/locales/de_DE.po | 14 | ||||
-rw-r--r-- | share/locales/en_GB.po | 14 | ||||
-rw-r--r-- | templates/changelog.html.ep | 16 |
3 files changed, 44 insertions, 0 deletions
diff --git a/share/locales/de_DE.po b/share/locales/de_DE.po index 028dda0..abbe998 100644 --- a/share/locales/de_DE.po +++ b/share/locales/de_DE.po @@ -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" diff --git a/share/locales/en_GB.po b/share/locales/en_GB.po index e4bb7aa..6ee0329 100644 --- a/share/locales/en_GB.po +++ b/share/locales/en_GB.po @@ -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" diff --git a/templates/changelog.html.ep b/templates/changelog.html.ep index 0d1ecc5..f4b6449 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.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 </div> <div class="col s12 m11 l11"> |