Closed (fixed)
Project:
Taxonomy Breadcrumb
Version:
5.x-1.0
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
22 Jan 2007 at 14:36 UTC
Updated:
9 Feb 2007 at 03:00 UTC
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
| Comment | File | Size | Author |
|---|---|---|---|
| taxonomy_breadcrumb-module.pot | 4.23 KB | tropic |
Comments
Comment #1
_craig commentedI 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
Comment #2
_craig commentedPiero, 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
Comment #3
tropic commentedHi Craig,
now it's ok,
thanks.
I've answered to the other translation issue too.
Comment #4
_craig commentedThanks Piero, I'll be sure to include this with the next release. Also, I noticed you added your translation files to CVS, THANKS!
Craig
Comment #5
(not verified) commented