It would be nice if the displayed date on the clock would (optionally) use the system locale instead of always using english for it.
Maybe I can come up with a usable patch, but for now I just compiled it with
#include <locale.h>
and
setlocale (LC_TIME,""); added to myinithandler() in g15_plugin_clock.c
Works great, now it uses german.
Could you provide a patch please ? I'm interested too :)