This is the mail archive of the glibc-bugs@sources.redhat.com mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug libc/253] New: missing NLS in few places in glibc


Few parts of glibc are partially missing NLS:

- argp-parse and ldconfig could allow translation of option argument names too
(like in most of GNU utilities)

- rpcgen (sunrpc/rpc_main.c) does some gettext calls, but doesn't initialize
gettext (i.e. doesn't call setlocale() and textdomain()) and doesn't translate
its help

- ldd uses bash NLS ($"" style), but strings are not extracted from this file
into libc.pot, so translators don't include them in *.po.

-- 
           Summary: missing NLS in few places in glibc
           Product: glibc
           Version: unspecified
            Status: NEW
          Severity: minor
          Priority: P2
         Component: libc
        AssignedTo: gotom at debian dot or dot jp
        ReportedBy: qboosh at pld-linux dot org
                CC: glibc-bugs at sources dot redhat dot com


http://sources.redhat.com/bugzilla/show_bug.cgi?id=253

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]