Month name in output should be translated
intu.cz - January 1, 2008 - 15:21
| Project: | Views 'Group-By' Pack |
| Version: | 5.x-1.x-dev |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed |
Jump to:
Description
The month name in the output should be translated according to the language of the site. I changed line 55 in monthgroup.module to:
$month = t(date('F', strtotime($val)));but I am not sure if it's the proper solution.
Thanks
Roman

#1
Version 1.2 will probably do it. It uses date_format_date or format_date (if the former isn't available), which should provide translations.
#2
Automatically closed -- issue fixed for two weeks with no activity.