public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug translation/42467]  New: Localization fails with -gnat<options> line in gcc --help=Ada
@ 2009-12-22 19:27 karvonen dot jorma at gmail dot com
  2009-12-22 19:31 ` [Bug translation/42467] " pinskia at gcc dot gnu dot org
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: karvonen dot jorma at gmail dot com @ 2009-12-22 19:27 UTC (permalink / raw)
  To: gcc-bugs

The file gcc-4.5-b20091203.pot includes lines:

#: ada/gcc-interface/lang.opt:100
msgid "Specify options to GNAT"
msgstr "Translation with any language"

But file ada/gcc-interface/lang.opt includes the following lines:

gnat
Ada Joined
-gnat<options>  Specify options to GNAT

Therefore, the following fix should be needed (msgstr is shown for testing
purposes):
#: ada/gcc-interface/lang.opt:100
msgid "-gnat<options>   Specify options to GNAT"
msgstr "-gnat<something>        Any translation"

diff:
< msgid "Specify options to GNAT"
> msgid "-gnat<options>	Specify options to GNAT"


-- 
           Summary: Localization fails with -gnat<options> line in gcc --
                    help=Ada
           Product: gcc
           Version: 4.5.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: translation
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: karvonen dot jorma at gmail dot com


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


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

end of thread, other threads:[~2010-01-11  9:33 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-12-22 19:27 [Bug translation/42467] New: Localization fails with -gnat<options> line in gcc --help=Ada karvonen dot jorma at gmail dot com
2009-12-22 19:31 ` [Bug translation/42467] " pinskia at gcc dot gnu dot org
2009-12-22 19:32 ` pinskia at gcc dot gnu dot org
2009-12-23 11:58 ` [Bug translation/42467] exgettext should not remove TABs from option help strings jsm28 at gcc dot gnu dot org
2009-12-23 12:01 ` jsm28 at gcc dot gnu dot org
2010-01-07  8:38 ` pzhao at gcc dot gnu dot org
2010-01-11  4:29 ` pzhao at gcc dot gnu dot org
2010-01-11  9:33 ` pzhao 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).