Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 10 Apr 2021 12:23:12 GMT
From:      Marc Fonvieille <blackend@FreeBSD.org>
To:        doc-committers@FreeBSD.org, dev-commits-doc-all@FreeBSD.org
Subject:   git: f958fa6dd7 - main - Allow localization of Ports word on the homepage shortcuts.
Message-ID:  <202104101223.13ACNCNW021115@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by blackend:

URL: https://cgit.FreeBSD.org/doc/commit/?id=f958fa6dd76a2847c9e8cd92450bac6f7a51a20d

commit f958fa6dd76a2847c9e8cd92450bac6f7a51a20d
Author:     Marc Fonvieille <blackend@FreeBSD.org>
AuthorDate: 2021-04-10 12:21:50 +0000
Commit:     Marc Fonvieille <blackend@FreeBSD.org>
CommitDate: 2021-04-10 12:21:50 +0000

    Allow localization of Ports word on the homepage shortcuts.
---
 website/themes/beastie/layouts/index.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/website/themes/beastie/layouts/index.html b/website/themes/beastie/layouts/index.html
index c0c0863aca..de9c6c5a9e 100755
--- a/website/themes/beastie/layouts/index.html
+++ b/website/themes/beastie/layouts/index.html
@@ -104,7 +104,7 @@
                 <a href={{ printf "%s%s%s" "https://docs.FreeBSD.org/" $currentLang "/books/handbook/" }} title={{ i18n "handbook" }}>{{ i18n "handbook" }}</a>
               </li>
               <li>
-                <a href={{ "ports/" | absLangURL }} title="Ports">Ports</a>
+                <a href={{ "ports/" | absLangURL }} title={{ i18n "ports" }}>{{ i18n "ports" }}</a>
               </li>
             </ul>
           </div>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202104101223.13ACNCNW021115>