guix-commits
[Top][All Lists]
Advanced

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

02/02: website: Fix i18n for conference banner.


From: julien lepiller
Subject: 02/02: website: Fix i18n for conference banner.
Date: Tue, 17 Nov 2020 13:15:56 -0500 (EST)

roptat pushed a commit to branch master
in repository guix-artwork.

commit de4f6efb24984c4b59d82d0fe080d37ba73de39f
Author: Miguel Ángel Arruga Vivas <rosen644835@gmail.com>
AuthorDate: Tue Nov 17 18:06:54 2020 +0100

    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>
---
 website/apps/base/templates/theme.scm | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/website/apps/base/templates/theme.scm 
b/website/apps/base/templates/theme.scm
index af78d3c..179adab 100644
--- a/website/apps/base/templates/theme.scm
+++ b/website/apps/base/templates/theme.scm
@@ -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)
 



reply via email to

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