Age | Commit message (Collapse) | Author | Lines |
|
This commit improves the wording on some pages and adjusts some pages to make clear that travelynx also supports non train journeys.
Co-Authored-By: Birte Friesel <38589+derf@users.noreply.github.com>
|
|
Right now, only two languages are supported, and only a fraction of strings
are already translated. There's also quite a bunch of todos left where
strings are assembled in the Model, which has no access to localization
functions. But that's something for iterative refinement over the next
months, and (especially when it comes to adding languages and translation
strings to templates) merge requests.
Squashed commit of the following:
commit 67d756f3bd167003907c8357126630dd7c1a3cfa
Author: Birte Kristina Friesel <derf@finalrewind.org>
Date: Fri Jul 18 19:53:56 2025 +0200
more translations
commit 8cb0d65e70e42180419a5dd7634d332e65488dd4
Author: Birte Kristina Friesel <derf@finalrewind.org>
Date: Fri Jul 18 18:54:12 2025 +0200
sme more translations
commit ff12f010380914f9461966f2ef8ac6b303712ee4
Author: Birte Kristina Friesel <derf@finalrewind.org>
Date: Fri Jul 18 18:53:31 2025 +0200
Add language selection to account page
commit 9bf27132cbf2f87bca5af564914d96a57045ecc1
Author: Birte Kristina Friesel <derf@finalrewind.org>
Date: Fri Jul 18 16:42:28 2025 +0200
Translate footer components
commit 90c2c6505e933848268ed9c5bbe21e0b459cd72a
Author: Birte Kristina Friesel <derf@finalrewind.org>
Date: Fri Jul 18 16:16:50 2025 +0200
Use Accept-Language header if user has no preferred languages
commit 814cb4a4dd4017606829ecc6b6c70822bf52a30e
Author: Birte Kristina Friesel <derf@finalrewind.org>
Date: Fri Jul 18 16:11:19 2025 +0200
Add list of preferred languages to user settings
commit 731b789855914cb94ec091604e32aa68a678404a
Author: Birte Kristina Friesel <derf@finalrewind.org>
Date: Fri Jul 18 15:33:42 2025 +0200
Localization with Locale::Maketext
WiP, no suitable foundation for merge requests yet.
Still todo:
* override Accept-Language header via account settings
* Adjust all the templates and frontend javascript
Related to #223
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Squashed commit of the following:
commit 92518024ba295456358618c0e8180bd8e996fdf1
Author: Birte Kristina Friesel <birte.friesel@uos.de>
Date: Fri Jul 26 18:39:46 2024 +0200
add_or_update station: remove superfluos 'new backend id := old backend id'
commit df21c20c6e4c86454f8a9ac69121404415217f2a
Author: Birte Kristina Friesel <birte.friesel@uos.de>
Date: Fri Jul 26 18:35:51 2024 +0200
revert connection targets min_count to 3
commit be335cef07d0b42874f5fc1de4a1d13396e8e807
Author: Birte Kristina Friesel <birte.friesel@uos.de>
Date: Fri Jul 26 18:20:05 2024 +0200
mention backend selection in API documentation
commit 9f41828fb4f18fd707e0087def3032e8d4c8d7d8
Author: Birte Kristina Friesel <derf@finalrewind.org>
Date: Thu Jul 25 20:19:23 2024 +0200
use_history: not all backends provide route data in departure monitor
commit 09714b4d89684b8331d0e96f564a4c7432318f70
Author: Birte Kristina Friesel <derf@finalrewind.org>
Date: Thu Jul 25 20:11:44 2024 +0200
disambiguation: pass correct hafas parameter
commit 8cdf1120fc32155dc6525be64601b7c10a9c7f52
Author: Birte Kristina Friesel <derf@finalrewind.org>
Date: Thu Jul 25 20:11:28 2024 +0200
_checked_in: hide Zuglauf link for non-db checkins
commit 7455653f541198e0e0a6d11aed421487ffdb6285
Author: Birte Kristina Friesel <derf@finalrewind.org>
Date: Thu Jul 25 20:01:47 2024 +0200
debug output
commit b9cda07f85601a58ea32dbdacdd5399f302db52b
Author: Birte Kristina Friesel <derf@finalrewind.org>
Date: Thu Jul 25 19:09:07 2024 +0200
fix remaining get_connection_targets / get_connecting_trains_p invocations
commit 2759d7258c37c7498905cfe19f6b4c4f6d16bd21
Author: Birte Kristina Friesel <derf@finalrewind.org>
Date: Wed Jul 24 20:50:12 2024 +0200
support non-DB HAFAS backends (WiP)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Replaces the theme switcher in the nav bar with a less intrusive link at the
bottom.
Closes #125
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|