CB18 and Joomla 2.5.1
Doing a full lang pack, install fine and lang its applied.
2 problems:
A - the Admin menus for the component are not translated
B - the top bar for the component its not translated
Solution for A
in \administrator\components\com_comprofiler\language\en-GB
there is a file en-GB.com_comprofiler.sys.ini that can be used to translate the admin menus.
The problem is how to create that file using the Joomla installer?
FTP a translated file inside a folder with my lang its possible but not a good solution
Tried using this code in the CB lang XML (my lang inside an admin folder but it didn't work, no files installed.
Code:
<administration>
<files folder="admin">
<filename>pt-PT/pt-PT.com_comprofiler.sys.ini</filename>
<filename>pt-PT/index.html</filename>
</files>
</administration>
Couldn't do it!
I realized that if i included the file pt-PT.com_comprofiler.sys.ini in the joomla admin pt-PT lang folder the menus can be translated.
So it was easy to create a second lang pack for joomla, just with this single lang file (and the XML install!)
Not funny having to install 2 packs, but it works!!
Problem B- No solution found!!
Are those words in any SQL file?
We need those translated too!!
Also hope that next CB version solves this issues and we are able to install just one pack for one language