summaryrefslogtreecommitdiff
path: root/src/expand.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/expand.c')
-rw-r--r--src/expand.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/expand.c b/src/expand.c
index f4939c771..93ddee476 100644
--- a/src/expand.c
+++ b/src/expand.c
@@ -334,6 +334,9 @@ main (int argc, char **argv)
tab_list = NULL;
first_free_tab = 0;
program_name = argv[0];
+ setlocale (LC_ALL, "");
+ bindtextdomain (PACKAGE, LOCALEDIR);
+ textdomain (PACKAGE);
while ((c = getopt_long (argc, argv, "it:,0123456789", longopts, (int *) 0))
!= EOF)