aboutsummaryrefslogtreecommitdiff
path: root/sunrpc/rpc_main.c
diff options
context:
space:
mode:
Diffstat (limited to 'sunrpc/rpc_main.c')
-rw-r--r--sunrpc/rpc_main.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/sunrpc/rpc_main.c b/sunrpc/rpc_main.c
index 7313e6ebf6..053b301aad 100644
--- a/sunrpc/rpc_main.c
+++ b/sunrpc/rpc_main.c
@@ -70,6 +70,9 @@ main(argc, argv)
{
struct commandline cmd;
+ /* Use the libc message catalog for translations. */
+ textdomain (_libc_intl_domainname);
+
if (!parseargs(argc, argv, &cmd)) {
f_print(stderr,
_("usage: %s infile\n"), cmdname);