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
Comment #1
add1sun commentedGreat 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.
Comment #2
(not verified) commented