Age | Commit message (Collapse) | Author | Lines | |
---|---|---|---|---|
2 days | Prepare v2.17 | Birte Kristina Friesel | -0/+3 | |
2025-08-17 | Support polyline uploads | Birte Kristina Friesel | -2/+11 | |
2025-08-17 | Journey: Add JSON and GPX export of polylines | Birte Kristina Friesel | -0/+15 | |
2025-07-28 | Locales: Consistently use -, not _, in message IDs | Birte Kristina Friesel | -6/+6 | |
Also, minor en-GB adjustments | ||||
2025-07-27 | Prepare release of v2.16.0 | Birte Kristina Friesel | -0/+14 | |
2025-07-27 | Allows journeys to be exported (downloaded) as raw JSON | Birte Kristina Friesel | -0/+3 | |
Closes #279 | ||||
2025-07-25 | account: make success messages localizable | Birte Kristina Friesel | -0/+30 | |
2025-07-25 | de_DE, en_GB: shorten boarding/departure texts | Birte Kristina Friesel | -2/+2 | |
2025-07-25 | localization: add localized date and time string to account page | Tamara Schmitz | -0/+3 | |
2025-07-25 | localization: add more account page strings to locales | Tamara Schmitz | -0/+21 | |
2025-07-24 | localization: add more english localization for register.html.ep | Tamara Schmitz | -9/+9 | |
2025-07-23 | Translate Luftlinie | Birte Kristina Friesel | -0/+6 | |
2025-07-22 | l10n: split wagons.{from,to} into .pre, .post | Birte Kristina Friesel | -2/+8 | |
See #278 | ||||
2025-07-22 | localization: use pre-/postfix for boarding, arrival, departure | Birte Kristina Friesel | -5/+25 | |
See #278 | ||||
2025-07-21 | en-GB: I am Fehler. No, wait, I mean I am Error. | Birte Kristina Friesel | -1/+1 | |
2025-07-21 | Localize journeys.html.ep and translate it to en-GB | Birte Kristina Friesel | -0/+65 | |
2025-07-20 | _checked_in: More en-GB translations | Birte Kristina Friesel | -3/+62 | |
2025-07-20 | Translate the remainder of the landing page | Birte Kristina Friesel | -0/+16 | |
2025-07-20 | Translate about.html.ep to en-GB | Birte Kristina Friesel | -0/+38 | |
2025-07-20 | Allow users to re-set their language preferences to browser default | Birte Kristina Friesel | -0/+8 | |
2025-07-20 | en-GB: translate landing page | Birte Kristina Friesel | -7/+34 | |
2025-07-20 | Landingpage: prepare about text for localization | Birte Kristina Friesel | -1/+54 | |
2025-07-18 | Add localization support. | Birte Kristina Friesel | -0/+180 | |
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 |