aboutsummaryrefslogtreecommitdiff
path: root/plugins/check_game.c
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/check_game.c')
-rw-r--r--plugins/check_game.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/plugins/check_game.c b/plugins/check_game.c
index d5de13db..dd167773 100644
--- a/plugins/check_game.c
+++ b/plugins/check_game.c
@@ -60,6 +60,10 @@ main (int argc, char **argv)
char *p, *ret[QSTAT_MAX_RETURN_ARGS];
int i;
+ setlocale (LC_ALL, "");
+ bindtextdomain (PACKAGE, LOCALEDIR);
+ textdomain (PACKAGE);
+
result = process_arguments (argc, argv);
if (result != OK) {