summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorLines
2025-07-27Journey#get_travel_distance: Only query (sched|rt)_(arr|dep) if definedBirte Kristina Friesel-4/+10
2025-07-27move translation reference to share/localesBirte Kristina Friesel-10/+93
2025-07-27add translation-status.mdBirte Kristina Friesel-0/+1397
2025-07-27add more template rendering testsBirte Kristina Friesel-0/+112
2025-07-27Account: Only compute suggestions if user_lat/user_lon are availableBirte Kristina Friesel-3/+9
2025-07-27tests: Remove (not really helpful) number prefixBirte Kristina Friesel-0/+0
2025-07-27Fix syntax in account.html.Birte Kristina Friesel-1/+1
Closes #283 Todo: add compilation tests for _all_ templates
2025-07-27Login page: Return HTTP 401; support JSON requestsBirte Kristina Friesel-4/+11
2025-07-27Allows journeys to be exported (downloaded) as raw JSONBirte Kristina Friesel-26/+60
Closes #279
2025-07-27get_user_status: correctly report EFA checkinsBirte Kristina Friesel-0/+2
2025-07-25account: make success messages localizableBirte Kristina Friesel-10/+70
2025-07-25Add template for localizationBirte Kristina Friesel-0/+501
2025-07-25README: Add Codeberg mirrorBirte Kristina Friesel-0/+1
2025-07-25de_DE, en_GB: shorten boarding/departure textsBirte Kristina Friesel-3/+3
2025-07-25add very basic locale testsBirte Kristina Friesel-0/+100
2025-07-25add a tad more static testsBirte Kristina Friesel-5/+11
2025-07-25add initial hungarian language support, see comments in hu_HU.po file (#278)Aurora-0/+491
* add itial hungarian language support, see comments in hu_HU.po file that might need feedback * Update hu_HU.po "der Svájc" isn't hungarian, fixed now * added missing trailing " for hu_HU.po * removed comments that were approved/marked as resolved * I10n: updated the new pre/postfixes accordingly in hu * added 'as the crow flies' or 'beeline' translations * language.html.ep: Fix radio button for hu-HU --------- Co-authored-by: Birte Kristina Friesel <derf@finalrewind.org>
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