Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > gnu.bash.bug > #11417

Re: [ PATCH 1/1 ] l10n: zh_{CN,TW} localization update for bash 4.3

From Eric Blake <eblake@redhat.com>
Newsgroups gnu.bash.bug
Subject Re: [ PATCH 1/1 ] l10n: zh_{CN,TW} localization update for bash 4.3
Date 2015-08-21 11:45 -0700
Organization Red Hat, Inc.
Message-ID <mailman.35.1440182731.11330.bug-bash@gnu.org> (permalink)
References <CAJvpXXcHuGd+K3tXdm39w8DRPErGaHLWvaRMF3570t=VFxn7jg@mail.gmail.com> <55D73079.2000807@redhat.com> <55D74253.9020309@case.edu>

Show all headers | View raw


[Multipart message — attachments visible in raw view] - view raw

On 08/21/2015 08:22 AM, Chet Ramey wrote:
> On 8/21/15 10:06 AM, Eric Blake wrote:
> 
>> GNU Coding Standards recommend that '$program --help' should list the
>> preferred bug-reporting address, and that the corresponding .po file
>> should then expand that information to ALSO list the preferred address
>> for reporting translation bugs in that .po file.
> 
> Bash bugs should be reported using `bashbug'.  That's why it's listed
> in the help output.

Where?

$ bash --version | head -n1
GNU bash, version 4.3.39(1)-release (x86_64-redhat-linux-gnu)
$ bash --help | grep bug
	--debug
	--debugger

Oh, I see. On the devel branch of bash.git:

$ ./bash --help | grep bug
	--debug
	--debugger
Use the `bashbug' command to report bugs.

So in 4.4, you have indeed fixed the bug of not being compliant to GNU
Coding Standards recommendation, and translators should then be prodded
to fix their translations of this new line to include their translation
bug reporting instructions.

-- 
Eric Blake   eblake redhat com    +1-919-301-3266
Libvirt virtualization library http://libvirt.org

Back to gnu.bash.bug | Previous | Next | Find similar


Thread

Re: [ PATCH 1/1 ] l10n: zh_{CN,TW} localization update for bash 4.3 Eric Blake <eblake@redhat.com> - 2015-08-21 11:45 -0700

csiph-web