When running extractor.php I get this error message

Processing janode.module...
Invalid marker content in janode.module:210
* t('The maximum janodes to 404 test on each cron run. '."Don't set this too high or the cron may stall.")

Comments

AjK’s picture

Status: Active » Closed (won't fix)

I have no idea what extractor.php is but I can tell you that the line is perfectly fine PHP. So I guess "extractor.php" has a problem reading PHP strings. I've set this to "won't fix" as, as said, it's perfectly valid PHP. If for some reason I have it wrong for other reasons either tell me what's wrong with that line or point me to somes docs that tell me what extractor.php is and why it's balking.

kalin_s’s picture

Translatable strings from contributed modules are not included in the Drupal core POT files. Module authors can use the extractor.php script which comes with the core PO files to generate a POT file on their own. Instructions for running the script can be found in the README that comes with the core POT files.

http://drupal.org/node/11396