diff options
Diffstat (limited to 'plugins/negate.c')
-rw-r--r-- | plugins/negate.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/plugins/negate.c b/plugins/negate.c index c24658a..874aea1 100644 --- a/plugins/negate.c +++ b/plugins/negate.c | |||
@@ -75,6 +75,10 @@ main (int argc, char **argv) | |||
75 | int found = 0, result = STATE_UNKNOWN; | 75 | int found = 0, result = STATE_UNKNOWN; |
76 | char *buf; | 76 | char *buf; |
77 | 77 | ||
78 | setlocale (LC_ALL, ""); | ||
79 | bindtextdomain (PACKAGE, LOCALEDIR); | ||
80 | textdomain (PACKAGE); | ||
81 | |||
78 | if (process_arguments (argc, argv) == ERROR) | 82 | if (process_arguments (argc, argv) == ERROR) |
79 | usage (_("Could not parse arguments\n")); | 83 | usage (_("Could not parse arguments\n")); |
80 | 84 | ||