feat(menu): admin menu short-name constant COM_MOKOSUITEBEAUTY_SHORT #14

Merged
jmiller merged 4 commits from fix/short-menu-constant into dev 2026-07-07 10:15:44 +00:00
Owner

Summary

Part of the org-wide one-word admin-menu naming pass for com_mokosuitebeauty.

  • CREATED + WIRED (no existing sys.ini): the component had no admin language folder and no com_mokosuitebeauty.sys.ini anywhere in the repo.
    • Created source/packages/com_mokosuitebeauty/admin/language/en-GB/com_mokosuitebeauty.sys.ini:
      COM_MOKOSUITEBEAUTY="MokoSuite Beauty"
      COM_MOKOSUITEBEAUTY_SHORT="Beauty"
      COM_MOKOSUITEBEAUTY_XML_DESCRIPTION="MokoSuite Beauty component."
      
    • Wired the language file into <administration> (mirroring the MokoSuiteHQ sibling), matching this component's <files folder="admin"> layout:
      <languages folder="admin/language">
        <language tag="en-GB">en-GB/com_mokosuitebeauty.sys.ini</language>
      </languages>
      
  • Pointed the admin menu at the short constant: <menu>COM_MOKOSUITEBEAUTY</menu><menu>COM_MOKOSUITEBEAUTY_SHORT</menu> (renders as "Beauty").

Tracking issue

No open SHORT / _SHORT_NAME tracking issue exists for this repo (verified via issue list — all 13 open issues are feature/roadmap items). Proceeding without an issue reference as part of the org-wide pass.

Test plan

  • Install/upgrade the component; confirm the admin menu label renders as "Beauty".
  • Confirm no untranslated COM_MOKOSUITEBEAUTY_SHORT string appears.

https://claude.ai/code/session_01B9aZHSWbiiZykJD88pYx8R

## Summary Part of the org-wide one-word admin-menu naming pass for `com_mokosuitebeauty`. - **CREATED + WIRED** (no existing sys.ini): the component had no admin language folder and no `com_mokosuitebeauty.sys.ini` anywhere in the repo. - Created `source/packages/com_mokosuitebeauty/admin/language/en-GB/com_mokosuitebeauty.sys.ini`: ```ini COM_MOKOSUITEBEAUTY="MokoSuite Beauty" COM_MOKOSUITEBEAUTY_SHORT="Beauty" COM_MOKOSUITEBEAUTY_XML_DESCRIPTION="MokoSuite Beauty component." ``` - Wired the language file into `<administration>` (mirroring the MokoSuiteHQ sibling), matching this component's `<files folder="admin">` layout: ```xml <languages folder="admin/language"> <language tag="en-GB">en-GB/com_mokosuitebeauty.sys.ini</language> </languages> ``` - Pointed the admin menu at the short constant: `<menu>COM_MOKOSUITEBEAUTY</menu>` → `<menu>COM_MOKOSUITEBEAUTY_SHORT</menu>` (renders as "Beauty"). ## Tracking issue No open SHORT / `_SHORT_NAME` tracking issue exists for this repo (verified via issue list — all 13 open issues are feature/roadmap items). Proceeding without an issue reference as part of the org-wide pass. ## Test plan - [ ] Install/upgrade the component; confirm the admin menu label renders as "Beauty". - [ ] Confirm no untranslated `COM_MOKOSUITEBEAUTY_SHORT` string appears. https://claude.ai/code/session_01B9aZHSWbiiZykJD88pYx8R
jmiller added 2 commits 2026-07-06 22:45:27 +00:00
feat(menu): add COM_MOKOSUITEBEAUTY_SHORT short-name constant
Universal: Pre-Release / Build Pre-Release (${{ inputs.stability || github.ref_name }}) (push) Successful in 22s
faa1405f13
Claude-Session: https://claude.ai/code/session_01B9aZHSWbiiZykJD88pYx8R
feat(menu): use COM_MOKOSUITEBEAUTY_SHORT + wire admin language
Universal: PR Check / Branch Policy (pull_request) Successful in 2s
Universal: PR Check / Validate PR (pull_request) Failing after 8s
Universal: PR Check / Secret Scan (pull_request) Successful in 9s
Joomla: Metadata Validation / Validate Joomla Metadata (pull_request) Successful in 17s
Universal: Pre-Release / Build Pre-Release (${{ inputs.stability || github.ref_name }}) (push) Successful in 12s
Universal: PR Check / Build RC Package (pull_request) Has been cancelled
Universal: PR Check / Report Issues (pull_request) Has been cancelled
7c1d760d16
Claude-Session: https://claude.ai/code/session_01B9aZHSWbiiZykJD88pYx8R
jmiller added 1 commit 2026-07-06 22:45:41 +00:00
jmiller added 1 commit 2026-07-06 22:46:15 +00:00
chore(version): pre-release bump to 01.00.39-dev [skip ci]
RC Revert / Rename rc/ back to dev/ (pull_request) Has been skipped
Branch Cleanup / Delete merged branch (pull_request) Successful in 1s
fd17d7391e
jmiller merged commit 0ee73635c2 into dev 2026-07-07 10:15:44 +00:00
jmiller deleted branch fix/short-menu-constant 2026-07-07 10:15:44 +00:00
Sign in to join this conversation.
No Reviewers
Priority -
Type -
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: MokoConsulting/MokoSuiteBeauty#14