summaryrefslogtreecommitdiff
path: root/src/pr.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/pr.c')
-rw-r--r--src/pr.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/pr.c b/src/pr.c
index 99fea937b..be9356dae 100644
--- a/src/pr.c
+++ b/src/pr.c
@@ -467,6 +467,9 @@ main (int argc, char **argv)
char **file_names;
program_name = argv[0];
+ setlocale (LC_ALL, "");
+ bindtextdomain (PACKAGE, LOCALEDIR);
+ textdomain (PACKAGE);
n_files = 0;
file_names = (argc > 1