unofficial mirror of bug-guix@gnu.org 
 help / color / mirror / code / Atom feed
* bug#44455: [ARTWORK] website: Not enough context for translation of None
@ 2020-11-04 22:52 Miguel Ángel Arruga Vivas
  2020-11-05 17:51 ` Miguel Ángel Arruga Vivas
  0 siblings, 1 reply; 3+ messages in thread
From: Miguel Ángel Arruga Vivas @ 2020-11-04 22:52 UTC (permalink / raw)
  To: 44455

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")
>>         […]




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

end of thread, other threads:[~2020-11-06 10:43 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-11-04 22:52 bug#44455: [ARTWORK] website: Not enough context for translation of None Miguel Ángel Arruga Vivas
2020-11-05 17:51 ` Miguel Ángel Arruga Vivas
2020-11-06 10:42   ` pelzflorian (Florian Pelz)

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

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).