]> code.citadel.org Git - citadel.git/blobdiff - webcit/calendar_tools.c
All month names and weekday names are now sourced from localized strings.
[citadel.git] / webcit / calendar_tools.c
index be8e16f98f45f4dc66c02e5f520230d6a0778713..24af40dd69a14c94dd3415b12ea37f45589102ab 100644 (file)
@@ -8,34 +8,6 @@
 #include "webcit.h"
 #include "webserver.h"
 
-/* \todo FIXME ... this needs to be internationalized */
-/** Month Strings. */
-char *months[] = { 
-       "January",
-       "February",
-       "March",
-       "April",
-       "May",
-       "June",
-       "July",
-       "August",
-       "September",
-       "October",
-       "November",
-       "December"
-};
-
-/** Day Strings */
-char *days[] = { 
-       "Sunday",
-       "Monday",
-       "Tuesday",
-       "Wednesday",
-       "Thursday",
-       "Friday",
-       "Saturday"
-};
-
 /** Hour strings */
 char *hourname[] = {
        "12am", "1am", "2am", "3am", "4am", "5am", "6am",