all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: "Miguel Ángel Arruga Vivas" <rosen644835@gmail.com>
To: 44455@debbugs.gnu.org
Subject: bug#44455: [ARTWORK] website: Not enough context for translation of None
Date: Wed, 04 Nov 2020 23:52:33 +0100	[thread overview]
Message-ID: <87y2jg7n0u.fsf@gmail.com> (raw)

The string "None" does not have enough context and can lead to wrong
translations, as the word or even the gender may differ for each one.
This change also will invalidate the current translation.

The code fragment where it is used is included as reported in other
thread:

"pelzflorian (Florian Pelz)" <pelzflorian@pelzflorian.de> writes:
>> (define (patches->shtml patches)
>> "Return an SHTML representation of PATCHES.
>>
>>  PATCHES (list)
>>    A list of <link> objects as defined in (apps packages types)
>>    module.
>>
>>  RETURN (shtml)
>>    If the list of patches is empty, return the string 'None'.
>>    Otherwise, return a list of links to patches."
>> (if (null? patches)
>>     (G_ "None")
>>     […]
>
>> (define (supported-systems->shtml package)
>>   "Return a list of SHTML a links to SYSTEMS builds.
>> […]
>>     (if (null? systems)
>>         (G_ "None")
>>         […]




             reply	other threads:[~2020-11-04 22:53 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-11-04 22:52 Miguel Ángel Arruga Vivas [this message]
2020-11-05 17:51 ` bug#44455: [ARTWORK] website: Not enough context for translation of None Miguel Ángel Arruga Vivas
2020-11-06 10:42   ` pelzflorian (Florian Pelz)

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=87y2jg7n0u.fsf@gmail.com \
    --to=rosen644835@gmail.com \
    --cc=44455@debbugs.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.