public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug objc/29200]  New: %s substituted with "methods"/"selectors" can't be properly translated
@ 2006-09-24 11:17 goeran at uddeborg dot se
  2006-09-25  4:31 ` [Bug objc/29200] " pinskia at gcc dot gnu dot org
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: goeran at uddeborg dot se @ 2006-09-24 11:17 UTC (permalink / raw)
  To: gcc-bugs

In gcc/objc/objc-act.c there is this code:

          warning (0, "multiple %s named %<%c%s%> found",
                   methods ? "methods" : "selectors",

The strings substituted for the first %s are not available for translation, so
this can not be properly translated.  Even if they were, composing a sentence
like this is not in general possible to do for an arbitrary language.


-- 
           Summary: %s substituted with "methods"/"selectors" can't be
                    properly translated
           Product: gcc
           Version: 4.1.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: objc
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: goeran at uddeborg dot se


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29200


^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug objc/29200] %s substituted with "methods"/"selectors" can't be properly translated
  2006-09-24 11:17 [Bug objc/29200] New: %s substituted with "methods"/"selectors" can't be properly translated goeran at uddeborg dot se
@ 2006-09-25  4:31 ` pinskia at gcc dot gnu dot org
  2009-04-03  0:31 ` ayers at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2006-09-25  4:31 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from pinskia at gcc dot gnu dot org  2006-09-25 04:31 -------
Confirmed.


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |pinskia at gcc dot gnu dot
                   |                            |org
           Severity|normal                      |minor
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|0                           |1
           Keywords|                            |diagnostic
   Last reconfirmed|0000-00-00 00:00:00         |2006-09-25 04:31:11
               date|                            |


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29200


^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug objc/29200] %s substituted with "methods"/"selectors" can't be properly translated
  2006-09-24 11:17 [Bug objc/29200] New: %s substituted with "methods"/"selectors" can't be properly translated goeran at uddeborg dot se
  2006-09-25  4:31 ` [Bug objc/29200] " pinskia at gcc dot gnu dot org
@ 2009-04-03  0:31 ` ayers at gcc dot gnu dot org
  2009-04-09 21:08 ` ayers at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: ayers at gcc dot gnu dot org @ 2009-04-03  0:31 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from ayers at gcc dot gnu dot org  2009-04-03 00:31 -------
Patch posted at:
http://gcc.gnu.org/ml/gcc-patches/2009-04/msg00223.html


-- 

ayers at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|unassigned at gcc dot gnu   |ayers at gcc dot gnu dot org
                   |dot org                     |
             Status|NEW                         |ASSIGNED
   Last reconfirmed|2006-09-25 04:31:11         |2009-04-03 00:31:37
               date|                            |


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29200


^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug objc/29200] %s substituted with "methods"/"selectors" can't be properly translated
  2006-09-24 11:17 [Bug objc/29200] New: %s substituted with "methods"/"selectors" can't be properly translated goeran at uddeborg dot se
  2006-09-25  4:31 ` [Bug objc/29200] " pinskia at gcc dot gnu dot org
  2009-04-03  0:31 ` ayers at gcc dot gnu dot org
@ 2009-04-09 21:08 ` ayers at gcc dot gnu dot org
  2009-04-09 21:15 ` ayers at gcc dot gnu dot org
  2009-12-06 12:48 ` goeran at uddeborg dot se
  4 siblings, 0 replies; 6+ messages in thread
From: ayers at gcc dot gnu dot org @ 2009-04-09 21:08 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from ayers at gcc dot gnu dot org  2009-04-09 21:08 -------
Subject: Bug 29200

Author: ayers
Date: Thu Apr  9 21:08:18 2009
New Revision: 145857

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=145857
Log:
gcc/
2009-04-09  David Ayers  <ayers@fsfe.org>

        PR objc/29200
        * objc/objc-act.c (warn_with_method): Remove helper function.
        (check_duplicates): Call warning and inform directly.
        (really_start_method): Likewise.


Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/objc/objc-act.c


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29200


^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug objc/29200] %s substituted with "methods"/"selectors" can't be properly translated
  2006-09-24 11:17 [Bug objc/29200] New: %s substituted with "methods"/"selectors" can't be properly translated goeran at uddeborg dot se
                   ` (2 preceding siblings ...)
  2009-04-09 21:08 ` ayers at gcc dot gnu dot org
@ 2009-04-09 21:15 ` ayers at gcc dot gnu dot org
  2009-12-06 12:48 ` goeran at uddeborg dot se
  4 siblings, 0 replies; 6+ messages in thread
From: ayers at gcc dot gnu dot org @ 2009-04-09 21:15 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #4 from ayers at gcc dot gnu dot org  2009-04-09 21:15 -------
Fixed in 4.5.


-- 

ayers at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
      Known to work|                            |4.5.0
         Resolution|                            |FIXED
   Target Milestone|---                         |4.5.0


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29200


^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug objc/29200] %s substituted with "methods"/"selectors" can't be properly translated
  2006-09-24 11:17 [Bug objc/29200] New: %s substituted with "methods"/"selectors" can't be properly translated goeran at uddeborg dot se
                   ` (3 preceding siblings ...)
  2009-04-09 21:15 ` ayers at gcc dot gnu dot org
@ 2009-12-06 12:48 ` goeran at uddeborg dot se
  4 siblings, 0 replies; 6+ messages in thread
From: goeran at uddeborg dot se @ 2009-12-06 12:48 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #5 from goeran at uddeborg dot se  2009-12-06 12:47 -------
Looks good in po file for 4.5-b20091203


-- 

goeran at uddeborg dot se changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |VERIFIED


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29200


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2009-12-06 12:48 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-09-24 11:17 [Bug objc/29200] New: %s substituted with "methods"/"selectors" can't be properly translated goeran at uddeborg dot se
2006-09-25  4:31 ` [Bug objc/29200] " pinskia at gcc dot gnu dot org
2009-04-03  0:31 ` ayers at gcc dot gnu dot org
2009-04-09 21:08 ` ayers at gcc dot gnu dot org
2009-04-09 21:15 ` ayers at gcc dot gnu dot org
2009-12-06 12:48 ` goeran at uddeborg dot se

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).