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

Anonymous’s picture

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.

Anonymous’s picture

Status: Fixed » Closed (fixed)

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