]> git.ozlabs.org Git - petitboot/blobdiff - ui/ncurses/nc-cui.c
Add gettext infrastructure
[petitboot] / ui / ncurses / nc-cui.c
index 9d788fe551aebbd1aebdf4a9a02a3b284e0e74e8..6a6169431c8cedbc47e95b0b90559a024746a1ea 100644 (file)
@@ -24,7 +24,6 @@
 #include <errno.h>
 #include <stdlib.h>
 #include <string.h>
-#include <locale.h>
 #include <sys/ioctl.h>
 
 #include "log/log.h"
@@ -677,8 +676,6 @@ struct cui *cui_init(void* platform_info,
 
        process_init(cui, cui->waitset, false);
 
-       setlocale(LC_ALL, "");
-
        /* Loop here for scripts that just started the server. */
 
 retry_start: