summaryrefslogtreecommitdiff
path: root/src/sort.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/sort.c')
-rw-r--r--src/sort.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/sort.c b/src/sort.c
index 40336caab..53737a9ee 100644
--- a/src/sort.c
+++ b/src/sort.c
@@ -1674,6 +1674,9 @@ main (int argc, char **argv)
#endif /* SA_INTERRUPT */
program_name = argv[0];
+ setlocale (LC_ALL, "");
+ bindtextdomain (PACKAGE, LOCALEDIR);
+ textdomain (PACKAGE);
parse_long_options (argc, argv, "sort", version_string, usage);