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


Groups > gnu.bash.bug > #11410

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

Path csiph.com!optima2.xanadu-bbs.net!xanadu-bbs.net!news.glorb.com!usenet.stanford.edu!not-for-mail
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 Fri, 21 Aug 2015 07:06:49 -0700
Organization Red Hat, Inc.
Lines 73
Approved bug-bash@gnu.org
Message-ID <mailman.93.1440166023.31004.bug-bash@gnu.org> (permalink)
References <CAJvpXXcHuGd+K3tXdm39w8DRPErGaHLWvaRMF3570t=VFxn7jg@mail.gmail.com>
NNTP-Posting-Host lists.gnu.org
Mime-Version 1.0
Content-Type multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="hdrlnKwl36b2bslgM29H8nsKsBMhHoKVK"
X-Trace usenet.stanford.edu 1440166024 1147 208.118.235.17 (21 Aug 2015 14:07:04 GMT)
X-Complaints-To action@cs.stanford.edu
To Jeff Bai <jeffbaichina@gmail.com>, bug-bash@gnu.org
Envelope-to bug-bash@gnu.org
Openpgp url=http://people.redhat.com/eblake/eblake.gpg
X-Enigmail-Draft-Status N1110
User-Agent Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.1.0
In-Reply-To <CAJvpXXcHuGd+K3tXdm39w8DRPErGaHLWvaRMF3570t=VFxn7jg@mail.gmail.com>
X-Scanned-By MIMEDefang 2.68 on 10.5.11.22
X-detected-operating-system by eggs.gnu.org: GNU/Linux 3.x
X-Received-From 209.132.183.28
X-BeenThere bug-bash@gnu.org
X-Mailman-Version 2.1.14
Precedence list
List-Id Bug reports for the GNU Bourne Again SHell <bug-bash.gnu.org>
List-Unsubscribe <https://lists.gnu.org/mailman/options/bug-bash>, <mailto:bug-bash-request@gnu.org?subject=unsubscribe>
List-Archive <http://lists.gnu.org/archive/html/bug-bash>
List-Post <mailto:bug-bash@gnu.org>
List-Help <mailto:bug-bash-request@gnu.org?subject=help>
List-Subscribe <https://lists.gnu.org/mailman/listinfo/bug-bash>, <mailto:bug-bash-request@gnu.org?subject=subscribe>
Xref csiph.com gnu.bash.bug:11410

Show key headers only | View raw


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

On 08/20/2015 04:19 PM, Jeff Bai wrote:
> Hello, and here is a patch set for both zh_CN and zh_TW localization update.
> I will send a separate message for bash 4.4.

Thanks, but please don't.  Spamming the wrong list with 600k of
information that the majority of list readers can't read is
inappropriate.  Instead, send your patches to the appropriate
translation teams.

See the following for more details:
http://translationproject.org/domain/bash.html
http://translationproject.org/team/zh_CN.html
http://translationproject.org/team/zh_TW.html

Once the appropriate translation teams incorporate your work on
translationproject.org, then it can automatically be picked up by
distros, without upstream bash having to do anything.

However, to make this relevant to the upstream list:

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.  For example:

$ ls --help | tail -n2

GNU coreutils online help: <http://www.gnu.org/software/coreutils/>
For complete documentation, run: info coreutils 'ls invocation'
$ LC_ALL=zh_CN.UTF-8 ls --help | tail -n3
GNU coreutils online help: <http://www.gnu.org/software/coreutils/>
请向<http://translationproject.org/team/zh_CN.html> 报告ls 的翻译错误
要获取完整文档,请运行:info coreutils 'ls invocation'

Unfortunately, 'bash --help' violates this rule in the original English.
 But .po writers could STILL at least add their preferred
translation-bug reporting address into bash's (incomplete) --help output.

-- 
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 07:06 -0700

csiph-web