8 Apr
2005
8 Apr
'05
3:04 p.m.
On Fri, Apr 08, 2005 at 03:40:36PM +0200, Gianluca Rossi wrote:
Is there a way to generate the correct localized name of the day in the trends graph?
I am trying to generate italian names, and i added
LANG=it_IT at euro LC_CTYPE="it_IT at euro" LC_TIME="it_IT at euro"
hobbitgraph does an explicit "LC_TIME=C", because the fonts included with rrdtool doesn't support all of the characters needed for non-english weekday-names.
I suppose I ought to make that configurable, or just remove it and let people set it themselves if they must. Apply this patch and you should get the names you want.
Regards, Henrik