When a module adds a view on install it messes with the translations.
In Drupal Core the text "Remove" is translated to "Fjern" in Norwegian. If a module has a view with the label "Remove" and you try to hide that label the translation for "Remove" is removed. If you add a translation for it again through /admin/config/regional/translate
the label in the view is added again with the text added in the translation interface.
I have created a small project to reproduce it: https://github.com/andeersg/drupal_config_bug
/admin/config/regional/translate
and see that there is a translation for "Remove"I encountered this in Commerce since the cart form comes with a remove button that both has the label "Remove" and the button text "Remove" and hiding the label took away our translation of the button.
I'm not sure if configuration, translation or views is the correct component for this.
Active
10.1 β¨
Last updated