summaryrefslogtreecommitdiff
path: root/src/dd.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/dd.c')
-rw-r--r--src/dd.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/dd.c b/src/dd.c
index f56e55446..2c59bdaa2 100644
--- a/src/dd.c
+++ b/src/dd.c
@@ -327,6 +327,9 @@ main (int argc, char **argv)
int i;
program_name = argv[0];
+ setlocale (LC_ALL, "");
+ bindtextdomain (PACKAGE, LOCALEDIR);
+ textdomain (PACKAGE);
/* Initialize translation table to identity translation. */
for (i = 0; i < 256; i++)