- 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
about 1 year ago Composer require-dev failure - ๐บ๐ฆUkraine HitchShock Ukraine
Reroll the MR and make a patch for it.
- First commit to issue fork.
- last update
11 months ago Composer require-dev failure - last update
11 months ago Composer require failure - last update
11 months ago Composer require failure - last update
11 months ago Composer require failure - last update
11 months 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
11 months 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.