public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug fortran/38573]  New: Missing markers for translation
@ 2008-12-18 22:18 goeran at uddeborg dot se
  2008-12-18 23:47 ` [Bug fortran/38573] " schwab at suse dot de
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: goeran at uddeborg dot se @ 2008-12-18 22:18 UTC (permalink / raw)
  To: gcc-bugs

In the function gfc_check_intrinsic_standard in gcc/fortran/intrinsic.c there
is a message written:

        gfc_warning ("Intrinsic '%s' (is %s) is used at %L",
                     isym->name, _(symstd_msg), &where);

The string pointed to by sysstd_msg is sent for translation.  But the values
this string can get are not marked for translation.  It looks like this:

      symstd_msg = "available since Fortran 77";

Nothing tells xgettext to extract this to the po files so it can be translated.
 This needs to be changed to

      symstd_msg = N_("available since Fortran 77");

Similarily for the other possible values of symstd_msg.


-- 
           Summary: Missing markers for translation
           Product: gcc
           Version: 4.4.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: fortran
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: goeran at uddeborg dot se


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


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

end of thread, other threads:[~2009-03-28 15:31 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-12-18 22:18 [Bug fortran/38573] New: Missing markers for translation goeran at uddeborg dot se
2008-12-18 23:47 ` [Bug fortran/38573] " schwab at suse dot de
2008-12-20 11:27 ` goeran at uddeborg dot se
2009-01-03 23:59 ` dfranke at gcc dot gnu dot org
2009-03-28 15:26 ` fxcoudert at gcc dot gnu dot org
2009-03-28 15:31 ` fxcoudert at gcc dot gnu dot org

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