]> code.citadel.org Git - citadel.git/blobdiff - webcit/webserver.c
* if we're in single-lang gettext mode, just show the locale root gave us in the...
[citadel.git] / webcit / webserver.c
index 46c8097696f0c8187c9c31b598015817d5c341a9..c5475520901ba69a7a0bf47cbdcc9afff945f61b 100644 (file)
@@ -802,7 +802,9 @@ int main(int argc, char **argv)
        /* initialize the International Bright Young Thing */
 #ifdef ENABLE_NLS
        initialize_locales();
+
        locale = setlocale(LC_ALL, "");
+
        mo = malloc(strlen(webcitdir) + 20);
        lprintf(9, "Message catalog directory: %s\n", bindtextdomain("webcit", LOCALEDIR"/locale"));
        free(mo);