Page list block localization

Permalink
It seems that page_list-blocks block_index template isn't supporting gettext for all the strings. Is the reasoning here that people should use their own custom templates or is this just a bug? Apart from date formatting, which is a larger problem, it seems that gettext could be used here just fine without any need for custom templates.

 
thuic replied on at Permalink Reply
thuic
Hi,

I made date localization for Croatian by adding in view.php: iconv('ISO-8859-2', 'UTF-8', strftime('%d. %B %Y.'));

<h5 class="date"> <?php echo iconv('ISO-8859-2', 'UTF-8', strftime('%d. %B %Y.')); $newsDate; ?></h5> -->

This website stores cookies on your computer. These cookies are used to improve your website experience and provide more personalized services to you, both on this website and through other media. To find out more about the cookies we use, see our Privacy Policy.