This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC 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 c++/28669] New: %s substituted with static/non- can't be properly translated


In cp/decl.c there is this code.

      error ("%smember function %qD cannot have cv-qualifier",
             (ctype ? "static " : "non-"), decl);

The first string, "%smember ..." is available for translation in the po-file,
but not the parts substituted, static and non-.  And even if they were, it
surely will not work in all languages to compose a sentence like this.  Two
complete strings should be there instead.


-- 
           Summary: %s substituted with static/non- can't be properly
                    translated
           Product: gcc
           Version: 4.1.1
            Status: UNCONFIRMED
          Severity: minor
          Priority: P3
         Component: c++
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: goeran at uddeborg dot se


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


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