chiark / gitweb /
enable localization for common *ctl commands
[elogind.git] / src / systemctl / systemctl.c
index a85a6baf76708a738cd32ad96e4c24d548922215..b82c79435d29acf9cd2f8c5ac937c5de73ffe01f 100644 (file)
@@ -22,6 +22,7 @@
 #include <sys/reboot.h>
 #include <stdio.h>
 #include <getopt.h>
+#include <locale.h>
 #include <stdbool.h>
 #include <string.h>
 #include <errno.h>
@@ -5240,6 +5241,7 @@ int main(int argc, char*argv[]) {
 
         dbus_error_init(&error);
 
+        setlocale(LC_ALL, "");
         log_parse_environment();
         log_open();