Hi,
After searching this forum and some very old issues I've managed to find code replacements in uc_catalog.module so as to translate the word "Catalog" in the Block title and breadcrumbs. Basically that was done by placing the t() around the the whole variable_get rather than simply around t('Catalog'). For details see http://www.ubercart.org/forum/archive/107/catalog_block_ignores_localize... (I'm surprised that this is still not implemented in Ubercart 6x-2)
But now I'm trying to translate the actual taxonomy terms inside the catalog block (and other parts of catalog display) as if they were strings, but I can't find the replacement codes for where to put t().
Would someone please be kind enough to post the replacement codes???
I mean in the following format:
"replace this line:
EXAMPLE1
with this line
EXAMPLE2"
Thanks a lot!

