bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [gnu-prog-discuss] url's in --help output


From: Neil Jerram
Subject: Re: [gnu-prog-discuss] url's in --help output
Date: Thu, 22 Jan 2009 09:56:34 +0000

2009/1/22 Simon Josefsson <address@hidden>:
> Here it is.  The module name and source filenames are rather long, but I
> couldn't think of anything better.  Untested, beware!

> +void
> +emit_bug_reporting_address (void)
> +{
> +  /* TRANSLATORS: The placeholder indicates the bug-reporting address
> +     for this package.  Please add _another line_ saying
> +     "Report translation bugs to <...>\n" with the address for translation
> +     bugs (typically your translation team's web or email address).  */
> +  printf (_("\nReport bugs to <%s>.\n"), PACKAGE_BUGREPORT);
> +  printf (_("%s home page: http://www.gnu.org/software/%s/\n";),
> +         PACKAGE_NAME, PACKAGE);
> +  printf (_("General help using GNU software: 
> http://www.gnu.org/gethelp/\n";));
> +}

If this is incorporated into a project as a Gnulib module, how should
maintainers or translators do what the code instructs?  (My impression
thus far is that Gnulib module source should not be modified at the
project level, because such modifications would be lost at the next
import.)

        Neil




reply via email to

[Prev in Thread] Current Thread [Next in Thread]