git: f958fa6dd7 - main - Allow localization of Ports word on the homepage shortcuts.
Marc Fonvieille <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.cvs.doc |
|---|---|
| Message-ID | <[email protected]> |
The branch main has been updated by blackend: URL: https://cgit.FreeBSD.org/doc/commit/?id=f958fa6dd76a2847c9e8cd92450bac6f7a51a20d commit f958fa6dd76a2847c9e8cd92450bac6f7a51a20d Author: Marc Fonvieille <[email protected]> AuthorDate: 2021-04-10 12:21:50 +0000 Commit: Marc Fonvieille <[email protected]> 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> _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/dev-commits-doc-all To unsubscribe, send any mail to "[email protected]"