Problem/Motivation
The existing vocabulary translation is ignored for page titles at "entity.taxonomy_vocabulary.overview_form" and "entity.taxonomy_vocabulary.reset_form" routes.
Steps to reproduce:
- Drupal 8.6.10/8.7.x fresh install with standard profile
- Enable the locale, config_translation and language modules.
- As admin user, add any language at /admin/config/regional/language, for instance, Spanish
- Add a translation for the just added language to the Tags taxonomy vocabulary at /admin/structure/taxonomy/manage/tags/translate
- Go to the Tags vocabulary overview in the new language at /***LANGUAGE_PREFIX***/admin/structure/taxonomy/manage/tags/overview. The page title will show the vocabulary name in english, ignoring the existing translation for the current language
Proposed resolution
Enable the "with_config_overrides" option for the "taxonomy_vocabulary" parameter.
Remaining tasks
Review patch.
User interface changes
None
API changes
None
Data model changes
None
Release notes snippet
None