Problem/Motivation
I set this bug as major because people would like to see the UI in their language.
Steps to reproduce
1-Create a multilingual site EN (default) / FR
2-Translate the label of the "page" content type (ex: Page_FR) into FR
3-Make sure your that your preferences to view content, interface and administration page is FR
4-Goto /fr/admin/structure/types
You will see that everything is in french except the label and description of the content types.
| Comment | File | Size | Author |
|---|---|---|---|
| #12 | 3192625-12.patch | 2.51 KB | pasqualle |
| #6 | 3192625-6.patch | 726 bytes | hchonov |
| #3 | languages_detection_settings.png | 153.71 KB | dunebl |
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