summaryrefslogtreecommitdiffstats
path: root/test-tool/test-tool.c
diff options
context:
space:
mode:
Diffstat (limited to 'test-tool/test-tool.c')
-rw-r--r--test-tool/test-tool.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/test-tool/test-tool.c b/test-tool/test-tool.c
index f38490a7..39139e58 100644
--- a/test-tool/test-tool.c
+++ b/test-tool/test-tool.c
@@ -85,6 +85,10 @@ usage (void)
int
main (int argc, char *argv[])
{
+ setlocale (LC_ALL, "");
+ bindtextdomain (PACKAGE, LOCALEBASEDIR);
+ textdomain (PACKAGE);
+
static const char *options = "t:?";
static const struct option long_options[] = {
{ "help", 0, 0, '?' },