This is a follow-up and is postponed on #2765065: [PP-1] Allow plurals on bundle labels.
Problem/Motivation
Starting with #2765065: [PP-1] Allow plurals on bundle labels, bundle config entities are able to store plural labels. In the same issue the node_type config entity was extended to allow this new feature and plural labels were added to the node types shipped with Drupal core. However, while an application is able to change those values or provide plural labels to custom node types via configuration import, this is not yet possible via UI.
Proposed resolution
Add the ability to NodeTypeForm to add/edit/save node type plural labels. Keep in mind that:
- Sites installed in some other languages than English could have more than 2 count plural variants.
- Multiple, contextualised, count label versions should permitted.
Remaining tasks
None.
User interface changes
User is able to add plural variants in NodeTypeForm UI (screenshots needed).
API changes
None.
Data model changes
None.