From 8e8da2636febfdb331bc476d70f837e12743908b Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sun, 1 Mar 2026 07:38:15 +0000 Subject: [PATCH] Fix: Correct language file paths to be relative to template root The paths in tags must be relative to the template source root (src/), not relative to the folder attribute. The folder attribute specifies the DESTINATION in Joomla, but file paths must point to actual source files. Corrected paths: - Frontend: language/en-GB/tpl_mokocassiopeia.ini (was: en-GB/...) - Backend: administrator/language/en-GB/tpl_mokocassiopeia.sys.ini (was: en-GB/...) This ensures Joomla can find and install the language files correctly. Co-authored-by: jmiller-moko <230051081+jmiller-moko@users.noreply.github.com> --- src/templateDetails.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/templateDetails.xml b/src/templateDetails.xml index 2bf012e..1d3f168 100644 --- a/src/templateDetails.xml +++ b/src/templateDetails.xml @@ -87,13 +87,13 @@ drawer-right - en-GB/tpl_mokocassiopeia.ini - en-US/tpl_mokocassiopeia.ini + language/en-GB/tpl_mokocassiopeia.ini + language/en-US/tpl_mokocassiopeia.ini - en-GB/tpl_mokocassiopeia.sys.ini - en-US/tpl_mokocassiopeia.sys.ini + administrator/language/en-GB/tpl_mokocassiopeia.sys.ini + administrator/language/en-US/tpl_mokocassiopeia.sys.ini