Discussion:
git: 73149c38b0 - main - Redundant/incorrect dot on fr, ja, zh-cn, zh-tw homepages
Sergio Carlavilla Delgado
2021-05-15 20:51:02 UTC
Permalink
The branch main has been updated by carlavilla:

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

commit 73149c38b0652940135eaee643a55329c420f90c
Author: Sergio Carlavilla Delgado <***@FreeBSD.org>
AuthorDate: 2021-05-15 20:49:39 +0000
Commit: Sergio Carlavilla Delgado <***@FreeBSD.org>
CommitDate: 2021-05-15 20:49:39 +0000

Redundant/incorrect dot on fr, ja, zh-cn, zh-tw homepages

PR: 255702
Submitted by: ygy@
---
website/themes/beastie/i18n/en.toml | 2 +-
website/themes/beastie/layouts/index.html | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/website/themes/beastie/i18n/en.toml b/website/themes/beastie/i18n/en.toml
index 5aa6b40440..50ef8159b9 100644
--- a/website/themes/beastie/i18n/en.toml
+++ b/website/themes/beastie/i18n/en.toml
@@ -159,7 +159,7 @@ other = "Hardware Donations"
other = "FreeBSD is an operating system used to power modern servers, desktops, and embedded"

[freebsdDescription2]
-other = "platforms"
+other = "platforms."

[freebsdDescription3]
other = "A large"
diff --git a/website/themes/beastie/layouts/index.html b/website/themes/beastie/layouts/index.html
index f45e760b3a..a9a12d6124 100755
--- a/website/themes/beastie/layouts/index.html
+++ b/website/themes/beastie/layouts/index.html
@@ -8,7 +8,7 @@
<h1>{{ i18n "freebsdProject" }}</h1>
<p>
{{ i18n "freebsdDescription1" }}
- <a href={{ "platforms/" | absLangURL }}>{{ i18n "freebsdDescription2" }}</a>.
+ <a href={{ "platforms/" | absLangURL }}>{{ i18n "freebsdDescription2" }}</a>
{{ i18n "freebsdDescription3" }}
<a href={{ printf "%s%s%s" "https://docs.FreeBSD.org/" $currentLang "/articles/contributors/#staff-committers/" }}>{{ i18n "freebsdDescription4" }}</a>
{{ i18n "freebsdDescription5" }}

Loading...