Hi there, I am trying extract a .po file from my application using the command i18n extract.
When I type the command, I get a message like this (but the extracting dont start =/): Welcome to CakePHP v.1.3.8 Console ______________________________________________ App: app Path: c:\wamp\www\myproject\app ______________________________________________ I am on Windows 7, and like you saw above my app is on C: (but I have executed the prompt of command like administrator). I have tried with the below code's: c:\wamp\bin\php\php5.3.0\php.exe c:\wamp\www\myproject\app\cake\console\cake.php i18n extract c:\wamp\bin\php\php5.3.0\php.exe -f c:\wamp\www\myproject\app\cake\console\cake.php i18n extract c:\wamp\bin\php\php5.3.0\php.exe -f c:\wamp\www\myproject\app\cake\console\cake.php i18n extract -output c:\wamp\www\myproject\app\locale If you could help me... Regards. -- View this message in context: http://cakephp.1045679.n5.nabble.com/Extract-po-file-from-my-app-with-i18n-extract-console-command-tp4542889p4542889.html Sent from the CakePHP mailing list archive at Nabble.com. -- Our newest site for the community: CakePHP Video Tutorials http://tv.cakephp.org Check out the new CakePHP Questions site http://ask.cakephp.org and help others with their CakePHP related questions. To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/cake-php
