summaryrefslogtreecommitdiff
path: root/src/id.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/id.c')
-rw-r--r--src/id.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/id.c b/src/id.c
index 5864415d8..a03ba6e68 100644
--- a/src/id.c
+++ b/src/id.c
@@ -101,6 +101,9 @@ main (int argc, char **argv)
int optc;
program_name = argv[0];
+ setlocale (LC_ALL, "");
+ bindtextdomain (PACKAGE, LOCALEDIR);
+ textdomain (PACKAGE);
while ((optc = getopt_long (argc, argv, "gnruG", longopts, (int *) 0))
!= EOF)