hello,

I'm using the taxonomy_breadcrumb module,
and I got a little error by generating the pot file for translations, by using the classic drupal extractor.php file.

the error was at the line 211 of taxonomy_breadcrumb.module file.
this, to me, should be better by getting out the implode() function from the t() function, as below:

  t('Enter a list of node... enabled:') .'<ul><li>' .implode($node_bases,'</li><li>') .'</li></ul></p>',

thanks for this contrib,

Piero Trono

P.S:: in attachment the pot file

CommentFileSizeAuthor
taxonomy_breadcrumb-module.pot4.23 KBtropic

Comments

_craig’s picture

I made the change in the DRUPAL-5 branch. http://cvs.drupal.org/viewcvs/drupal/contributions/modules/taxonomy_brea...

Care to double check and make sure it's alright?
Thanks!
Craig

_craig’s picture

Piero, would you mind answering my question on another translation issue? http://drupal.org/node/100907

I'm new to this whole translation bit.

Thanks again!
Craig

tropic’s picture

Hi Craig,
now it's ok,
thanks.

I've answered to the other translation issue too.

_craig’s picture

Status: Active » Fixed

Thanks Piero, I'll be sure to include this with the next release. Also, I noticed you added your translation files to CVS, THANKS!

Craig

Anonymous’s picture

Status: Fixed » Closed (fixed)