Problem/Motivation
In d8 locale module is Interface Translation and translation_entity module is Content Translation. So module names are different then module machine names and currently there is no way of getting machine name form modules administration page.
Proposed resolution
Add title attribute to module label so that it shows machine name of the module when it is hovered.
Remaining tasks
Review the patch
User interface changes
When hover on module label it shows module machine name tooltip.

API changes
none
Related issues
| Comment | File | Size | Author |
|---|---|---|---|
| #10 | Extend___drupal_8_4_0.png | 24.27 KB | xjm |
| #1 | after-0.jpg | 3.74 KB | jibran |
| system_module-title.patch | 887 bytes | jibran |
Comments
Comment #1
jibranAdded screenshot.
Comment #2
jibranDuplicate of #1734534: Optionally show the machine names on the permission page
Comment #3
salvisI don't think that other issue is going anywhere because it's too broad.
The new D8 modules page reserves an entire line for
Rather than adding a title attribute to the module name, why not add the module machine name to that line? Putting it on the page allows copy&paste.
And while we're at it, why not add the path to the module as well. That would make it much easier to recognize submodules and identify their parent modules, especially when/if we get #1848064-50: Allow to filter modules by arbitrary search strings on the Modules page.
Comment #4
jibranMaking active to discuss the possibilities.
Comment #5
kalabroPlease, take a look at screenshots from #20 from #1734534: Optionally show the machine names on the permission page.
Comment #5.0
kalabroUpdated issue summary.
Comment #8
jibranComment #10
xjmThis information is already presented in the detailed module information; I don't think it's a correct use of the title attribute to redundantly add it there as well.
So this is wontfix I think. Thanks!