mirror of
https://sourceware.org/git/glibc.git
synced 2025-01-03 00:10:10 +00:00
* sunrpc/rpc_main.c (main): Call textdomain.
This commit is contained in:
parent
7a1c652d58
commit
c475b8f594
@ -1,5 +1,7 @@
|
||||
Thu Mar 28 14:22:51 1996 Roland McGrath <roland@charlie-brown.gnu.ai.mit.edu>
|
||||
|
||||
* sunrpc/rpc_main.c (main): Call textdomain.
|
||||
|
||||
* MakeTAGS (XGETTEXTFLAGS-siglist.pot, XGETTEXTFLAGS-errlist.pot): Add
|
||||
--no-location.
|
||||
(all-pot): Replace $(subdirs) files with $P/subdirs.pot.
|
||||
|
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user