generated from MokoConsulting/Template-Joomla
feat(menu): admin menu short-name constant COM_MOKOSUITESUPPORT_SHORT (#14) #17
Reference in New Issue
Block a user
Delete Branch "fix/short-menu-constant"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
Part of the org-wide MokoSuite one-word admin-menu naming pass. Gives
com_mokosuitesupporta short-name menu label matching MokoSuiteHQ / MokoSuiteClient.Approach: CREATED-FILE + WIRED. Recon confirmed no
.sys.iniexisted anywhere for this component, the manifest had no<languages>block, and the admin<files folder="admin">did not ship a language folder — so admin language strings were never loaded.Changes
source/packages/com_mokosuitesupport/admin/language/en-GB/com_mokosuitesupport.sys.iniwith:COM_MOKOSUITESUPPORT="MokoSuite Support"COM_MOKOSUITESUPPORT_SHORT="Support"COM_MOKOSUITESUPPORT_XML_DESCRIPTION="MokoSuite Support component."mokosuitesupport.xml:<menu>COM_MOKOSUITESUPPORT</menu>→<menu>COM_MOKOSUITESUPPORT_SHORT</menu><folder>language</folder>to<files folder="admin">admin/folder layout):Resolves #14.
Do not merge without review.
https://claude.ai/code/session_01B9aZHSWbiiZykJD88pYx8R