Download & Extend

Month name in output should be translated

Project:Views 'Group-By' Pack
Version:5.x-1.x-dev
Component:Code
Category:bug report
Priority:normal
Assigned:Unassigned
Status:closed (fixed)

Issue Summary

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

Comments

#1

Status:active» fixed

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

Status:fixed» closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.