summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorLines
2025-07-25localization: add localized date and time string to account pageTamara Schmitz-1/+13
2025-07-25localization: add more account page strings to localesTamara Schmitz-7/+49
2025-07-24localization: add more english localization for register.html.epTamara Schmitz-9/+9
2025-07-23update public status card for pre/post changesBirte Kristina Friesel-1/+1
2025-07-23journey: share: timestamps are always intBirte Kristina Friesel-1/+1
2025-07-23Translate LuftlinieBirte Kristina Friesel-2/+14
2025-07-22l10n: incorporate arrival-in pre/post into fr and plBirte Kristina Friesel-2/+8
2025-07-22l10n: split wagons.{from,to} into .pre, .postBirte Kristina Friesel-10/+34
See #278
2025-07-22localization: use pre-/postfix for boarding, arrival, departureBirte Kristina Friesel-15/+55
See #278
2025-07-21en-GB: I am Fehler. No, wait, I mean I am Error.Birte Kristina Friesel-1/+1
2025-07-21de_DE: Fix TypoBirte Kristina Friesel-1/+1
2025-07-21Localize journeys.html.ep and translate it to en-GBBirte Kristina Friesel-21/+152
2025-07-20_checked_in: More en-GB translationsBirte Kristina Friesel-23/+139
2025-07-20Translate the remainder of the landing pageBirte Kristina Friesel-5/+37
2025-07-20Translate about.html.ep to en-GBBirte Kristina Friesel-18/+85
2025-07-20Allow users to re-set their language preferences to browser defaultBirte Kristina Friesel-3/+45
2025-07-20en-GB: translate landing pageBirte Kristina Friesel-7/+34
2025-07-20Landingpage: prepare about text for localizationBirte Kristina Friesel-31/+238
2025-07-20Tests: perltidyBirte Kristina Friesel-78/+167
2025-07-20Tests: Hard-code German localeBirte Kristina Friesel-1/+20
2025-07-20estimate_trip_position: handle duration between legs == 0Birte Kristina Friesel-0/+5
2025-07-20Ensure that we have a valid localization handle to call set_fallback onBirte Kristina Friesel-1/+7
2025-07-19Localization fallback: first try en-GB and then de-DEBirte Kristina Friesel-2/+6
2025-07-19So _this_ is how Locale::Maketext's fallback works.Birte Kristina Friesel-6/+16
2025-07-19Turns out: Locale::Maketext expects %Lexicon, not %lexiconBirte Kristina Friesel-1/+1
2025-07-19Add french to Accept-Language and settings segmentsBirte Kristina Friesel-0/+13
2025-07-19Fish polish translation plural descriptor stringlymkwi-1/+1
According to online sources [0], Polish is a language with complex plural conditions. Fix the current translation file to reflect this. 0: https://docs.translatehouse.org/projects/localization-guide/en/latest/l10n/pluralforms.html Suggested-by: rail <rail01@protonmail.com> Signed-off-by: lymkwi <lymkwi@vulpinecitrus.info>
2025-07-19Add stub of french localizationlymkwi-0/+180
A basic french (fr_FR) localization of current localization keys available in english. Signed-off-by: lymkwi <lymkwi@vulpinecitrus.info>
2025-07-18Enable Polish for Accept-LanguageBirte Kristina Friesel-0/+3
2025-07-18oopsie forgot to add it hererail-0/+10
2025-07-18add initial Polish localizationrail-0/+180
2025-07-18Update cpanfile.snapshotBirte Kristina Friesel-0/+28
2025-07-18Add localization support.Birte Kristina Friesel-57/+611
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
2025-07-17update cpanfile.snapshot2.15.15Birte Kristina Friesel-35/+35
Closes #274
2025-07-11Fix train position calculation on first leg of polyline2.15.14Birte Kristina Friesel-1/+1
2025-07-11estimate_trip_position: Remove dead codeBirte Kristina Friesel-11/+0
2025-07-11InTransit: re-add fallback path to location estimation.Birte Kristina Friesel-11/+20
It makes sense when annotating the position with the user rather than the vehicle.
2025-07-10in transit: show estimated train position and full route (greyed out)2.15.13Birte Kristina Friesel-12/+215
2025-07-06database: Relax platform and line length constraints2.15.12Birte Kristina Friesel-0/+151
Closes #267
2025-07-06Adjust t/12-journey-edit for 3dcb6e1619672ba3a9cf63b5e2a67d378e19e20cBirte Kristina Friesel-16/+24
2025-07-06Revert "/journey/edit: datetime inputs"2.15.11Birte Kristina Friesel-8/+8
This reverts commit 02a6b9072d16c521142f04f5dd4a316aa269a5de. DateTime inputs on the web are absolutely horribly broken as soon es they use sub-minute accuracy (i.e., seconds). Switch journey edits back to %d.%m.%Y %H:%M(:%S) to restore proper editing support. /journey/add and /checkin/add retain their datetime pickers and will not support sub-minute accuracy. Closes #272
2025-07-06geolocation: dbris: show each unique stop only once2.15.10Birte Kristina Friesel-1/+1
2025-07-05release assets2.15.9Birte Kristina Friesel-22/+22
2025-07-05rebuild assetsBirte Kristina Friesel-1/+1
2025-07-05r-negative-delay: perltidy2.15.8Birte Kristina Friesel-2/+5
2025-07-05t/r-negative-delay: adjust for date/time picker formatBirte Kristina Friesel-4/+4
2025-07-05Traveling: perltidyBirte Kristina Friesel-10/+12
2025-07-05edit_journey: support timestamps with sub-minute resolutionBirte Kristina Friesel-4/+15
2025-07-05Merge branch 'date-inputs' of github.com:deingithub/travelynxBirte Kristina Friesel-73/+89
2025-07-05Use %F format in map linksBirte Kristina Friesel-3/+3