summaryrefslogtreecommitdiff
path: root/src/date.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/date.c')
-rw-r--r--src/date.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/date.c b/src/date.c
index 744900e77..7b0c456c3 100644
--- a/src/date.c
+++ b/src/date.c
@@ -159,6 +159,9 @@ main (int argc, char **argv)
int option_specified_date;
program_name = argv[0];
+ setlocale (LC_ALL, "");
+ bindtextdomain (PACKAGE, LOCALEDIR);
+ textdomain (PACKAGE);
while ((optc = getopt_long (argc, argv, "d:f:r:Rs:u", long_options, NULL))
!= EOF)