Closed (won't fix)
Project:
Views Calc
Version:
5.x-1.0
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
29 Feb 2008 at 21:29 UTC
Updated:
24 Apr 2012 at 12:26 UTC
Great module, just a comment on localization: t() is not used everywhere it should be, for example views_calc_calc_options() should read:
function views_calc_calc_options() {
return array('SUM' => t('Sum'), 'COUNT' => t('Count'), 'AVERAGE' => t('Average'), 'AVERAGE_ALL' => t('Average (all)'));
}
There might be other places where t() should be used. If i find more, i'll post a comment on this thread.
Cheers.
Comments
Comment #1
karens commentedThe D5 version is no longer supported.