Translatable breadcrumb would be nice - changed my own installations postcard.module on line 141 from:

$breadcrumb[] = l('Postcards', 'postcard');

to:

$breadcrumb[] = l(t('Postcards'), 'postcard');

And it seems to work rather nicely - any reason not to do so?

Comments

add1sun’s picture

Status: Active » Fixed

Great catch! Thanks. I've added the change to the 5 dev version right now and will make a new release soon-ish. I have a few more little things I'd like to add in before I roll another release out.

Anonymous’s picture

Status: Fixed » Closed (fixed)