website: Fix i18n for conference banner.

* website/apps/base/templates/theme.scm (theme)[confbar]: Call G_ to
translate link tags.

Signed-off-by: Julien Lepiller <julien@lepiller.eu>
This commit is contained in:
Miguel Ángel Arruga Vivas 2020-11-17 18:06:54 +01:00 committed by Julien Lepiller
parent dc0506cf07
commit de4f6efb24
No known key found for this signature in database
GPG Key ID: 53D457B2D636EE82
1 changed files with 6 additions and 6 deletions

View File

@ -121,13 +121,13 @@
(div (@ (id "confbar"))
(p ,(G_ `("Online conference November 22nd. "
"Watch the "
(a
(@ (href "https://xana.lepiller.eu/guix-days-2020/"))
"pre-recorded talks")
,(G_ `(a
(@ (href "https://xana.lepiller.eu/guix-days-2020/"))
"pre-recorded talks"))
". Learn "
(a
(@ (href ,(guix-url "blog/2020/online-guix-day-announce-2/")))
"more")
,(G_ `(a
(@ (href ,(guix-url "blog/2020/online-guix-day-announce-2/")))
"more"))
"!"))))
,(navbar #:active-item active-menu-item)