Hi,
I use the CodeStyling Localization pluggin for translate Montezuma theme to portuguese.
But the word "page", in the breadcrumbs.php, line 113: echo 'Page ' . get_query_var('paged');
don't appears in .mo/.po file, so I have translate directly in php code, who it's not a good solution in a future upgrade.
How can I translate this word and not lose it in future upgrade?
Thanks in Advance.