Invalid marker content in ...
kalin_s - February 11, 2007 - 22:36
I hope this is the proper forum for my question.
When running extractor.php for janode and paging modules I get these error messages:
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.")
Processing paging.module...
Invalid marker content in paging.module:12
* t("<p>Break long pages into smaller ones by means of "."a \"page\" tag:</p>\n"."<pre>\n"."first page here.\n"."%separator\n"."second page here.\n"."%separator\n"."more pages here.\n",array('%separator'=>PAGING_SEPARATOR))
Invalid marker content in paging.module:159
* t('Allows content to be broken up into pages, using the %separator tag, configurable '.l('here','admin/settings/paging').'.',array('%separator'=>PAGING_SEPARATOR))As far as I understand this will not do any harm to the translation, but it could be some kind of bad coding practice.
Should I use the generated .pot files or wait the respective developers address the issue?
