summaryrefslogtreecommitdiff
path: root/src/sleep.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/sleep.c')
-rw-r--r--src/sleep.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/sleep.c b/src/sleep.c
index dcf4db65e..b37e94393 100644
--- a/src/sleep.c
+++ b/src/sleep.c
@@ -69,6 +69,9 @@ main (int argc, char **argv)
int c;
program_name = argv[0];
+ setlocale (LC_ALL, "");
+ bindtextdomain (PACKAGE, LOCALEDIR);
+ textdomain (PACKAGE);
while ((c = getopt_long (argc, argv, "", long_options, (int *) 0)) != EOF)
{