git: f958fa6dd7 - main - Allow localization of Ports word on the homepage shortcuts.

Marc Fonvieille blackend at FreeBSD.org
Sat Apr 10 12:23:12 UTC 2021


The branch main has been updated by blackend:

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

commit f958fa6dd76a2847c9e8cd92450bac6f7a51a20d
Author:     Marc Fonvieille <blackend at FreeBSD.org>
AuthorDate: 2021-04-10 12:21:50 +0000
Commit:     Marc Fonvieille <blackend at 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>


More information about the dev-commits-doc-all mailing list