- Merge request !2Issue #3035977: Rendered HTML Output doesnt respect activeLanguage completely → (Open) created by johnzzon
- 🇦🇹Austria d.steindl Vienna
Same, patch from #39 solves the issue — Thanks!
We had the problem, that the UI translations were rendered in the language negotiated by Drupal --> so always German. - First commit to issue fork.
- last update
over 1 year ago Composer require-dev failure - First commit to issue fork.
- last update
about 1 year ago Composer require-dev failure - last update
about 1 year ago Composer require failure - last update
about 1 year ago Composer require failure - last update
about 1 year ago Composer require failure - last update
about 1 year ago Composer require-dev failure - 🇪🇸Spain fjgarlin
I'm just doing some light work related to #3190024: Problem with test dependencies when testing issue forks → .
- 🇦🇹Austria drunken monkey Vienna, Austria
@fjgarlin: Thanks a lot for your work on that!
However, please do such work in 📌 (Try to) fix the GitLab CI RTBC in the future, it’s quite unrelated to this ticket. - 🇪🇸Spain fjgarlin
@drunken-monkey 100% you’re right, apologies. I was meant to undo the changes but totally forgot. My bad.
I arrived at this issue following the related ones and just wanted to prove something (which I did) in the related issues.
I’ll undo my commits Monday first thing (away from computer right now).
- last update
about 1 year ago Composer require-dev failure - 🇦🇹Austria drunken monkey Vienna, Austria
#3380219-2: Rendering is not changing the current content and string translation language → is a duplicate that contains a patch with a different approach, not needing a new service class (which I’d count as a big plus). Please try it out and see whether this doesn’t also resolve this problem for you.
In either case, though, we still need a regression test for this.
- First commit to issue fork.
- Merge request !152Update languages during rendering using approach from #3380219 → (Open) created by bgreco
I created a new branch with the patch from 🐛 Rendering is not changing the current content and string translation language Closed: duplicate that doesn't create a new service. I haven't been able to figure out how to write a test for it though.
bgreco → changed the visibility of the branch 3035977-change-language-existing-services to hidden.
After some additional testing, I've found that the approach in this issue (creating a new language negotiator) works better than the approach from 🐛 Rendering is not changing the current content and string translation language Closed: duplicate .
The patch from the other issue fixes config and string translations, but entity references are still rendered in the request language. (Specifically - in layout builder, non-translatable custom blocks that reference translatable entities.) The branch from this issue is more complete and fixes all three - config, string, and entity translations.