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_NUMERIC="it_IT at euro" LC_TIME="it_IT at euro" LC_COLLATE="it_IT at euro" LC_MONETARY="it_IT at euro" LC_MESSAGES="it_IT at euro" LC_PAPER="it_IT at euro" LC_NAME="it_IT at euro" LC_ADDRESS="it_IT at euro" LC_TELEPHONE="it_IT at euro" LC_MEASUREMENT="it_IT at euro" LC_IDENTIFICATION="it_IT at euro"
to hobbitserver.cfg, but i still have the english names .. any idea? thanks
gianluca
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
participants (2)
-
grossi@acantho.net
-
henrik@hswn.dk