summaryrefslogtreecommitdiff
path: root/src/tail.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/tail.c')
-rw-r--r--src/tail.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/tail.c b/src/tail.c
index a54945335..c4c80caf3 100644
--- a/src/tail.c
+++ b/src/tail.c
@@ -851,6 +851,10 @@ main (int argc, char **argv)
int fileind; /* Index in ARGV of first file name. */
program_name = argv[0];
+ setlocale (LC_ALL, "");
+ bindtextdomain (PACKAGE, LOCALEDIR);
+ textdomain (PACKAGE);
+
have_read_stdin = 0;
count_lines = 1;
forever = forever_multiple = from_start = print_headers = 0;