aboutsummaryrefslogtreecommitdiff
path: root/plugins/check_fping.c
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/check_fping.c')
-rw-r--r--plugins/check_fping.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/plugins/check_fping.c b/plugins/check_fping.c
index bb178305..0753cf3d 100644
--- a/plugins/check_fping.c
+++ b/plugins/check_fping.c
@@ -69,6 +69,10 @@ main (int argc, char **argv)
char *input_buffer = NULL;
input_buffer = malloc (MAX_INPUT_BUFFER);
+ setlocale (LC_ALL, "");
+ bindtextdomain (PACKAGE, LOCALEDIR);
+ textdomain (PACKAGE);
+
if (process_arguments (argc, argv) == ERROR)
usage (_("Could not parse arguments\n"));