public inbox for gcc-prs@sourceware.org
help / color / mirror / Atom feed
From: Zack Weinberg <zack@codesourcery.com>
To: nobody@gcc.gnu.org
Cc: gcc-prs@gcc.gnu.org,
Subject: Re: c++/7765 [Patch]
Date: Mon, 28 Oct 2002 08:36:00 -0000	[thread overview]
Message-ID: <20021028163603.31595.qmail@sources.redhat.com> (raw)

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain, Size: 1567 bytes --]

The following reply was made to PR c++/7765; it has been noted by GNATS.

From: Zack Weinberg <zack@codesourcery.com>
To: Wolfgang Bangerth <wolfgang.bangerth@iwr.uni-heidelberg.de>
Cc: gcc-bugs@gcc.gnu.org, gcc-patches@gcc.gnu.org, gcc-gnats@gcc.gnu.org,
	Michel Robitaille <robitail@iro.umontreal.ca>
Subject: Re: c++/7765 [Patch]
Date: Mon, 28 Oct 2002 08:32:45 -0800

 On Mon, Oct 28, 2002 at 04:43:22PM +0100, Wolfgang Bangerth wrote:
 
 >   msgid "%s for `%T %s %T' operator"
 > ! msgstr "%s pour l'opérateur «%T [%T]»"
 >   
 >   #: cp/call.c:2845
 >   msgid "%s for `%s %T' operator"
 > ! msgstr "%s pour l'opérateur «%T [%T]»"
 
 You're on the right track here, but these are still wrong.
 Translations must not change the sequence of %-escapes *at all*.
 (We haven't yet implemented %1$s notation in diagnostic.c; it's
 needed, but until then...) And the square brackets were blindly
 copied from the message above; they don't belong.
 
  msgid "%s for `%T %s %T' operator"
  msgstr "%s pour l'opérateur «%T %s %T»"
 
  msgid "%s for `%s %T' operator"
  msgstr "%s pour l'opérateur «%s %T»"
 
 If this weren't in the translations it would qualify as an obvious
 bugfix.  I would say, go ahead and check it in (with this change);
 but we need to get the fix propagated to the translation project.
 Michel, you are listed as the translator for this file.  Would you
 please incorporate these changes into the next version of the file,
 and also check for other places where the %-escapes are inconsistent
 between the msgid and the msgstr?
 
 zw


             reply	other threads:[~2002-10-28 16:36 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-10-28  8:36 Zack Weinberg [this message]
2002-10-28 10:26 Joseph S. Myers

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20021028163603.31595.qmail@sources.redhat.com \
    --to=zack@codesourcery.com \
    --cc=gcc-prs@gcc.gnu.org \
    --cc=nobody@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).