From: John Darrington <john@darrington.wattle.id.au>
To: guix-devel@gnu.org
Subject: Misguided translations in Guix
Date: Mon, 2 Jan 2017 07:23:43 +0100 [thread overview]
Message-ID: <20170102062343.GA11957@jocasta.intra> (raw)
[-- Attachment #1: Type: text/plain, Size: 820 bytes --]
Looking at po/guix/*.po I can see a number of instances where the
copyright notice appears to have translated the word "Copyright"
to the target language.
This should not be done. The English word "Copyright" has legal meaning,
which is not always the case for the word in other languages.
Files affected include cs.po eo.po sr.po and vi.po - these need to be
fixed.
In fact, I suggest chaning the line in guix/ui.scm from:
(display (_ "Copyright (C) 2017 the Guix authors ..."))
to:
(format #t (_ "~a ~a the Guix authors ...") "Copyright" "2017")
J'
--
Avoid eavesdropping. Send strong encrypted email.
PGP Public key ID: 1024D/2DE827B3
fingerprint = 8797 A26D 0854 2EAB 0285 A290 8A67 719C 2DE8 27B3
See http://sks-keyservers.net or any PGP keyserver for public key.
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 181 bytes --]
next reply other threads:[~2017-01-02 6:23 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-01-02 6:23 John Darrington [this message]
2017-01-02 22:15 ` Misguided translations in Guix Ludovic Courtès
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20170102062343.GA11957@jocasta.intra \
--to=john@darrington.wattle.id.au \
--cc=guix-devel@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.