Hi,
for the first time i wanted to use the i18nTextCollector. But i have some problems with it.
Rewriting Core Language Files
http://localhost/testproject/dev/tasks/i18nTextCollectorTask/?module=mysite should collect every _t that is in my mysite-folder.
But i get this error message:
[Warning] fopen(/srv/www/htdocs/testprojekt/sapphire/lang/en_US.php): failed to open stream: Permission denied
Why is it trying to write into this File? When i chmod it to 777 the process is running but the original file becomes much shorter. Most of the variables are lost.
Template-Parsing?
In my template-file \themes\testproject\templates\Includes\NewsPage.ss i am using the _t-Funktion:
<% _t('News.WEITER','weiter',PR_MEDIUM, 'weiter-Button bei News mit internem Link') %>
Is The TextCollector really runnig through templates? It did not generate a corresponding variable.
Thanks
lx