bug-guix
[Top][All Lists]
Advanced

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

bug#37505: "make check" fails on a fresh Guix checkout


From: Danny Milosavljevic
Subject: bug#37505: "make check" fails on a fresh Guix checkout
Date: Tue, 24 Sep 2019 23:09:34 +0200

Yeah, "make" itself fails, too, see bug #37491.

I'm not that knowledgeable with po strings but I think it added a
msgstr that's broken in that the number of format string parts is
different from msgid_plural.

I've edited po/guix/address@hidden and po/guix/address@hidden (which "git log"
doesn't work on) in order to work around the problem, something like

#: guix/scripts/pull.scm:307
#, scheme-format
msgid "  ~*One new channel:~%"
msgid_plural "  ~a new channels:~%"
msgstr[0] ""                          <---- edited
msgstr[1] ""                          <---- edited

but since I have no idea of what I'm doing there I've not committed it.

Hmm... 
https://www.gnu.org/software/gettext/manual/html_node/Translating-plural-forms.html

Attachment: pgpGe_ATL5Os6.pgp
Description: OpenPGP digital signature


reply via email to

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