I find it very strange that module titles are fixed in English in module table. Would be much better in my opinion to change to language constants.
- Inconsistency: Module content uses language constants (and translates properly), but module titles don't
- User experience: For a CMS that prides itself on multilingual capabilities, hardcoded module titles seem like an oversight
- Best practice: Core modules should use language constants like MOD_SAMPLEDATA_TITLE instead of database strings
- Precedent: Other core components already use this pattern successfully
see #36954