Greetings,
I greatly appreciate your theme, which I choose for a regional network of social/activism agendas.
http://www.reseauforum.org/grille-calendrier/
I just want to point out that "localizing" every single publication date, for every node, is not necessary nor useful :) The custom date forms selected by the webmaster, in Drupal's config panels, creates the desires date format before any localizing/translation. The t() you placed for dates creates hundreds of extra data in the "locale" table (if there are hundreds of nodes. Our regional calendar has about 2000).
It seems to me that date formats are to be adapted in the Drupal config panel, where you can customize it, which is why I qualify it as a "bug", but feel free to change this.
Cheers,
Michael
Comments
Comment #1
Anonymous (not verified) commentedThat sounds about right, and that's nice... de voir que des francophones aussi utlisent mon thèmes ;)
Ok, I'll make some test and update this in the next release.
Thanks for pointing that out :)
Comment #2
Anonymous (not verified) commentedComment #3
Anonymous (not verified) commentedFix submitted in 6.1.1 and 1.2
Comment #5
heine commented6.x-1.2 still contains
echo t( format_date($node->created, 'medium'));Comment #6
Anonymous (not verified) commentedRemoved it (silly me) and created a new release.