As heavily explained in #152375: Implement translatable module names (with context),

neither human-readable nor internal names of modules and themes should be translated.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

stBorchert’s picture

Status: Active » Needs review
FileSize
651 bytes

Is it really that simple?

sun’s picture

Yes ;)

We should additionally ensure the themes overview page as well as Update module's status report.

stBorchert’s picture

The theme overview page doesn't seem to translate the names nor does the update overview.
So this should be the only part to change.

sun’s picture

Status: Needs review » Reviewed & tested by the community

oh? Thanks for verifying!

webchick’s picture

Status: Reviewed & tested by the community » Fixed

My, what a discussion! :)

Taking all the various opinions into account, I agree with those who have said that module names are proper names and they should not be translated. Aside from the "properness" of the names, it also seems like it will create a major support nightmare to have "Views" module called 28,000 different things depending on the language.

For someone who really needs these names to be translatable, I believe we have enough alter hooks (hook_system_info_alter(), hook_form_alter(), etc.) to accommodate them. But either way, for Drupal's default behaviour, I think rolling this back makes sense.

Therefore, committed to HEAD.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.