Line 171 should be rewritten with using t( but anyway this only let to internationalize words before date. How I can make also dates to look in my own language, any hint please?

171 drupal_set_title('Week for '.date('F d, Y', $query[1]).' - '.date('F d, Y', $query[2]));

Comments

Prometheus6’s picture

Status: Active » Fixed

The "Week of ' string is now translateable. And the dates will use Drupal's medium format.

Prometheus6’s picture

Status: Fixed » Closed (fixed)