The content type name in the backend breadcrumb should be Human name.
When I create a new content type in the drupal 8, I will write some information as below:

In this screenshot, I wrote the Name with "新闻" in Chinese, and change the machine name to "news", then I click the "Save and manage fields" button. It will go to the field editing page:

The "News" is machine name, it should be human name "新闻".
The Drupal core content type also has the same issue.


| Comment | File | Size | Author |
|---|---|---|---|
| content-type-breadcrumb-name-04.jpg | 52.32 KB | jackniu | |
| content-type-breadcrumb-name-03.jpg | 55.3 KB | jackniu | |
| content-type-breadcrumb-name-02.jpg | 61.98 KB | jackniu | |
| content-type-breadcrumb-name-01.jpg | 69.96 KB | jackniu |
Comments
Comment #2
jackniu commentedComment #3
anavarreThis doesn't qualify as critical. Downgrading. See https://www.drupal.org/core/issue-priority
Comment #4
jonathanshawThe same issue is present if the content type is created with an english title different from its machine name; it's not a translation issue.
Maybe this is a menu module issue not a node system issue?
Comment #5
jackniu commented@anavarre and @jonathanshaw,
Thanks for both give me a request, so it is a bug? Anyone can solve it?
Comment #6
mypro911 commentedThe content type name in the backend breadcrumb should be Human name.
It's a problem.Similar problems also exist in field permission module.
Comment #7
mypro911 commentedIf this is Drupal 8 bug, hope to be able to cause attention.
Comment #8
jonathanshawThis is a partial duplicate of #2513570: Changing name (label) of content type is not reflected in breadcrumb link text.
Comment #9
idebr commentedThis issue was also reported in this related issue #2855636: Regression: incorrect human-readable name for content type
Considering the related issue has an automated test and a patch to fix the issue, I will close this issue as a duplicate so we can focus our efforts in the related issue.
Can you test the patch in #2855636: Regression: incorrect human-readable name for content type to see if it fixes this issue for you?