Hi.
I've a classic scaffold. In the listing, at the bottom, there is a list of pages and the current position : "Showing page %page of %number_of_pages"
Those texts and links are not translated at all (do not appear in locales).
In my listing.tpl I changed
<div id="paginationHeader"><?php echo translate('Showing page...
to
<div id="paginationHeader"><?php echo $text_helper->translate('Showing page...
(added $text_helper->)
Best regards.
Try to find it in config/locales/YOUR_LOCALE.php ;)
Thanks a lot ! Didn't know at all the presence of this locales file.
1 to 3 of 3