Hmmm...I'm still having problems with this language .ini file.
I have the file in my installer package, in the root with the index.php etc:
en-GB.tpl_tbc_xxxxxxxThe file is referenced in templateDetails.xml like this:
Code:
<administration>
<languages folder="admin">
<language tag="en-GB">en-GB.tpl_tbc_xxxxxxx.ini</language>
</languages>
</administration>
The template installs fine, no errors, but the .ini file is moved to the
/language/en-GB folder, not the
administrator/language/en-GB/ as I was expecting. The ini file look like this:
Code:
# $Id: en-GB.tpl_tbc_xxxxxxx.ini 2007-09-14 09:00:00 ff 0$
# author Joomla! Project
# copyright (C) 2005 Open Source Matters. All rights reserved.
# license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL
# Note : All ini files need to be saved as UTF-8
TBC_XXXXXXX=toolbox:creations XXXXXXX Joomla! 1.5 Template
TPL_TBC_XXXXXXX=XXXXXXX is a CSS, table-less, feature-packed template for Joomla! 1.5.
Also, how is the first line generated? I just copied the ini from BEEZ, but not sure about the information after the title.
This really is the last step now, I'd hate to be beaten by something so simple..help!