Closed (works as designed)
Project:
Drupal core
Version:
9.3.x-dev
Component:
language system
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
13 Jan 2021 at 18:29 UTC
Updated:
18 May 2022 at 19:56 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
vishalghyv commentedI think interface language has to be the site default language. So the behavior is correct
Comment #3
dunebl@Vishalghyv Thank you for the idea, except that I don't get it...

As I have set a higher weight for the language from the url, it should prevail over the site default language
Here are my setting for the language negotiation page:
Comment #4
n.dhuygelaere commentedHi, i've the same issue, only the original label is displayed for taxonomy and content type on /admin/structure/taxonomy and /admin/structure/types.
Comment #6
hchonovThe issue here is that ConfigEntityListBuilder is loading the entities override free, however I do not really see a reason for this as this is only a list builder and not the edit form. With the attached patch this is being removed and the translations are loaded as expected.
Comment #7
hchonovComment #9
vasikei confirm the #6 patch solves the translations on Config entities collections pages ...
But i'm not sure if the approach is the right one ... desired by Drupal core ... see the Test failures ...
It seems here, a "Translated" Config Original is expected ... if possible.
Comment #10
fagohttps://www.drupal.org/project/drupal/issues/2136559 is where it was done and justifies why this is the case. So I'd say this is a won't fix then.
Comment #11
pasqualle#3281219: Loading config overrides (e.g. translations) in listings should be configurable
Comment #12
pasquallepatch with failed tests removed