Hi
I would like to make a po file for the book-review. module. There is however no pot file to begin with and I simply do not understand how to create one. I read "run extract.php". That is however not enough instructions for me. HOW do I run extract. php. Anoyone who has the time to answer?

Comments

sin’s picture

Besides mod_php Apache module there is also php command line interpreter. I easily installed it for Ubuntu Linux (it was in standard repository) and then execute "php extract.php my_module.module" command in Gnome Terminal. Works fine. You should search for php command line interpreter for your OS. Let me know if you ever discover how to use extract.php using just Apache+mod_php.