extract language-strings via script?

2012-01-05 Thread Ivo Wolgensinger
Hi there Is it possible to extract all language-strings via script? If found this file: cake/console/libs/tasks/extract.php I guess there is a way to start the script via another php-file. The reason is, I don't have access to my server via shell and can't run the command. I know, the server has

Re: extract language-strings via script?

2012-01-05 Thread euromark
yes it is I have build a basic Translate plugin which extracts via this task to a tmp file, imports them and allows modifying/translating via admin interface and then dumps the translated strings back to po files in 2.0 App::uses('ExtractTask', 'Console/Command/Task'); $this-Task = new