Closed (fixed)
Project:
Week Field
Version:
4.7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
1 Sep 2006 at 03:38 UTC
Updated:
26 Oct 2006 at 15:17 UTC
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
Comment #1
Prometheus6 commentedThe "Week of ' string is now translateable. And the dates will use Drupal's medium format.
Comment #2
Prometheus6 commented