2
0
Fork 0
mirror of git://git.savannah.gnu.org/guix/guix-artwork.git synced 2023-12-14 05:33:02 +01:00

website: Fix cuirass translation.

We should not generate multiple msgids for a single sentence.

* website/apps/base/templates/cuirass.scm: Call `G_' on the entire line.
* website/po/guix-website.pot: Update pot.
This commit is contained in:
Julien Lepiller 2021-01-25 00:22:02 +01:00
parent 6cf25131f2
commit ffcff06451
No known key found for this signature in database
GPG key ID: 53D457B2D636EE82
2 changed files with 11 additions and 16 deletions

View file

@ -50,11 +50,10 @@ to monitor the build results."))
,(G_ "Collect build logs and metrics."))
(li
,(G_ "Provides a REST API."))
(li
,(G_ "High level of concurrency using ")
(a (@ (href "https://github.com/wingo/fibers"))
"Guile-Fibers")
,(G_ " asynchronous library.")))
,(G_ `(li "High level of concurrency using "
,(G_ `(a (@ (href "https://github.com/wingo/fibers"))
"Guile-Fibers"))
" asynchronous library.")))
,(G_ `(h3 "Documentation"))
,(G_ `(p "Cuirass documentation is accessible "
,(G_ `(a (@ (href ,(manual-url "Continuous-Integration.html")))

View file

@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: guix-website 20210124\n"
"Report-Msgid-Bugs-To: bug-guix@gnu.org\n"
"POT-Creation-Date: 2021-01-24 22:17+0100\n"
"POT-Creation-Date: 2021-01-25 00:19+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@ -621,7 +621,7 @@ msgstr ""
msgid "The artwork used in the different components of the project\n is available in the <1>guix-artwork</1> repository. "
msgstr ""
#: apps/base/templates/contribute.scm:116 apps/base/templates/cuirass.scm:58
#: apps/base/templates/contribute.scm:116 apps/base/templates/cuirass.scm:57
msgid "Documentation"
msgstr ""
@ -775,23 +775,19 @@ msgstr ""
msgid "Provides a REST API."
msgstr ""
#: apps/base/templates/cuirass.scm:54
msgid "High level of concurrency using "
#: apps/base/templates/cuirass.scm:53
msgid "High level of concurrency using <1>Guile-Fibers</1> asynchronous library."
msgstr ""
#: apps/base/templates/cuirass.scm:57
msgid " asynchronous library."
msgstr ""
#: apps/base/templates/cuirass.scm:59
#: apps/base/templates/cuirass.scm:58
msgid "Cuirass documentation is accessible <1>here</1>."
msgstr ""
#: apps/base/templates/cuirass.scm:63
#: apps/base/templates/cuirass.scm:62
msgid "Project repository"
msgstr ""
#: apps/base/templates/cuirass.scm:64
#: apps/base/templates/cuirass.scm:63
msgid "Cuirass source code is hosted at <1>git://git.sv.gnu.org/guix/guix-cuirass.git</1>."
msgstr ""