Fix: Correct administrator folder attribute to just "administrator"
The folder attribute should specify the base destination directory, not the full path. Changed from folder="administrator/language" to folder="administrator" while keeping the full source path in the language tags. This follows Joomla's standard where: - folder="administrator" = base destination in Joomla - path includes full source structure from template root - Result: files install to JOOMLA_ROOT/administrator/language/en-GB/ Co-authored-by: jmiller-moko <230051081+jmiller-moko@users.noreply.github.com>
This commit is contained in:
@@ -91,7 +91,7 @@
|
||||
<language tag="en-US">language/en-US/tpl_mokocassiopeia.ini</language>
|
||||
</languages>
|
||||
|
||||
<languages folder="administrator/language">
|
||||
<languages folder="administrator">
|
||||
<language tag="en-GB">administrator/language/en-GB/tpl_mokocassiopeia.sys.ini</language>
|
||||
<language tag="en-US">administrator/language/en-US/tpl_mokocassiopeia.sys.ini</language>
|
||||
</languages>
|
||||
|
||||
Reference in New Issue
Block a user