diff options
Diffstat (limited to 'plugins/check_real.c')
-rw-r--r-- | plugins/check_real.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/plugins/check_real.c b/plugins/check_real.c index 3e8475a7..05e39d79 100644 --- a/plugins/check_real.c +++ b/plugins/check_real.c @@ -61,6 +61,10 @@ main (int argc, char **argv) char buffer[MAX_INPUT_BUFFER]; char *status_line = NULL; + setlocale (LC_ALL, ""); + bindtextdomain (PACKAGE, LOCALEDIR); + textdomain (PACKAGE); + if (process_arguments (argc, argv) != OK) usage (_("Invalid command arguments supplied\n")); |