summaryrefslogtreecommitdiff
path: root/src/nl.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/nl.c')
-rw-r--r--src/nl.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/nl.c b/src/nl.c
index 55a3a077a..0ac34979c 100644
--- a/src/nl.c
+++ b/src/nl.c
@@ -466,6 +466,10 @@ main (int argc, char **argv)
int c, exit_status = 0;
program_name = argv[0];
+ setlocale (LC_ALL, "");
+ bindtextdomain (PACKAGE, LOCALEDIR);
+ textdomain (PACKAGE);
+
have_read_stdin = 0;
while ((c = getopt_long (argc, argv, "h:b:f:v:i:pl:s:w:n:d:", longopts,