Rename all MOKOJOOMCROSS language keys to MOKOSUITECROSS #128
Reference in New Issue
Block a user
Delete Branch "%!s()"
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
All Joomla language string keys still use the old
MOKOJOOMCROSSprefix. The directory/file structure, PHP namespaces, class names, and SQL table names have been successfully renamed tomokosuitecross, but the language key constants were not updated.Scope
1,151 total occurrences across the source tree:
.inilanguage filesCOM_MOKOJOOMCROSS_DASHBOARD_TITLE,PLG_MOKOJOOMCROSS_BLUESKY_DESCRIPTION.xmlform/manifest fileslabel="COM_MOKOJOOMCROSS_CONFIG_AUTO_POST",description="PKG_MOKOJOOMCROSS_DESCRIPTION".phpsource filesText::_('COM_MOKOJOOMCROSS_...'),PLG_TASK_MOKOJOOMCROSS_PROCESS_QUEUEKey areas
source/packages/com_mokosuitecross/language/en-GB/com_mokosuitecross.ini— 351 keyssource/packages/com_mokosuitecross/config.xml— all fieldset/field labelssource/packages/com_mokosuitecross/tmpl/template/edit.php— placeholder reference tablesource/packages/plg_task_mokosuitecross/src/Extension/MokoSuiteCrossTask.php:42—PLG_TASK_MOKOJOOMCROSS_PROCESS_QUEUE.iniand.xmlfilessource/script.php—PKG_MOKOJOOMCROSS_PHP_VERSION_ERROR,PKG_MOKOJOOMCROSS_MIGRATION_DETECTEDsource/packages/plg_content_mokosuitecross/src/Extension/MokoSuiteCrossContent.php—PLG_CONTENT_MOKOJOOMCROSS_*Approach
Global find-and-replace:
COM_MOKOJOOMCROSS_→COM_MOKOSUITECROSS_PLG_MOKOJOOMCROSS_→PLG_MOKOSUITECROSS_PLG_CONTENT_MOKOJOOMCROSS_→PLG_CONTENT_MOKOSUITECROSS_PLG_SYSTEM_MOKOJOOMCROSS_→PLG_SYSTEM_MOKOSUITECROSS_PLG_TASK_MOKOJOOMCROSS_→PLG_TASK_MOKOSUITECROSS_PLG_WEBSERVICES_MOKOJOOMCROSS_→PLG_WEBSERVICES_MOKOSUITECROSS_PKG_MOKOJOOMCROSS_→PKG_MOKOSUITECROSS_Both the
.inikey definitions AND every.php/.xmlreference must be updated simultaneously to avoid broken translations.Acceptance Criteria
grep -ri mokojoomcross source/returns zero results