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> -->