* ok, we want the LANG feature. but now we make it dependant on WEBCIT_LANG instead...
[citadel.git] / webcit / webserver.c
index c999062414fef13ee3bf6cab854125b6dc441f8d..c91fa0ea74a109c14ab54e74fe0641e4c8afb87e 100644 (file)
@@ -793,6 +793,7 @@ int main(int argc, char **argv)
 #ifdef ENABLE_NLS
        initialize_locales();
 
+
        locale = setlocale(LC_ALL, "");
 
        mo = malloc(strlen(webcitdir) + 20);