martin
(Martin Brennan)
2. Januar 2025 um 02:22
6
Dies sollte das Berichtproblem beheben:
main ← fix/report-i18n
opened 02:09AM - 02 Jan 25 UTC
Our bulk report endpoint uses `hijack`, which does not
use the current user's l… ocale via the `with_resolved_locale`
method in `ApplicationController`. This is happening because
we are doing `around_action` to set the locale, then calling
the code in the block inside the action directly when we use
`hijack`.
We can fix this by capturing `I18n.locale` when starting the
hijack then using `I18n.with_locale` when evaluating the
block inside `hijack`, this way the translations will always
use the correct locale based on the current user.
c.f. https://meta.discourse.org/t/titles-on-graphs-in-community-health-dashboard-are-not-localized/302776/5
Für das Problem „In Reply To“ scheinen unsere tschechischen Übersetzungen etwas mangelhaft zu sein. Unsere deutsche Datei server.de.yml hat user_notifications.in_reply_to, aber server.cs.yml nicht. Übersetzungen greifen auf Englisch zurück, wenn Schlüssel fehlen.
5 „Gefällt mir“