[pacman-dev] [PATCH] scripts: deduplicate localized copyright messages

Allan McRae allan at archlinux.org
Tue Sep 18 11:51:15 UTC 2018


On 9/5/18 2:12 pm, Eli Schwartz wrote:
> Fixes FS#58452
> Also consistently add a blank line after the copyright and before the
> license terms.
> 
> Signed-off-by: Eli Schwartz <eschwartz at archlinux.org>
> ---
> 
> Do the email address lines need to be translated? Anyway, currently
> updating the pacman copyright year dirties the translations. It could be
> interpolated but then the copyright year updating code needs to be as
> well.

Probably not...   How about changing this:

printf -- "$(gettext "Copyright (c) 2006-2018 Pacman Development Team
<pacman-dev at archlinux.org>.\n")"

to:

printf -- "$(gettext "Copyright (c)") 2006-2018 Pacman Development Team
<pacman-dev at archlinux.org>.\n"

so just the "Copyright (c)" is translated?

A


More information about the pacman-dev mailing list