summaryrefslogtreecommitdiff
path: root/src/du.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/du.c')
-rw-r--r--src/du.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/du.c b/src/du.c
index 5757be63c..8b586a009 100644
--- a/src/du.c
+++ b/src/du.c
@@ -250,6 +250,10 @@ main (int argc, char **argv)
cwd_only[1] = NULL;
program_name = argv[0];
+ setlocale (LC_ALL, "");
+ bindtextdomain (PACKAGE, LOCALEDIR);
+ textdomain (PACKAGE);
+
xstat = lstat;
if (getenv ("POSIXLY_CORRECT"))