aboutsummaryrefslogtreecommitdiff
path: root/website/themes
diff options
context:
space:
mode:
authorSergio Carlavilla Delgado <carlavilla@FreeBSD.org>2022-06-24 08:13:53 +0000
committerSergio Carlavilla Delgado <carlavilla@FreeBSD.org>2022-06-24 08:13:53 +0000
commit8b7845359bc3f70f8314c7d4fbf41fcbaae9c870 (patch)
treed419483b0ae024fb60210dfee50a6ad6454f82c3 /website/themes
parent4d8938017e11813e9bc4fff465cd1e988b177864 (diff)
downloaddoc-8b7845359bc3f70f8314c7d4fbf41fcbaae9c870.tar.gz
doc-8b7845359bc3f70f8314c7d4fbf41fcbaae9c870.zip
Add projects section to about menu
PR: 264471 Submitted by: pauamma@
Diffstat (limited to 'website/themes')
-rw-r--r--website/themes/beastie/i18n/de.toml3
-rw-r--r--website/themes/beastie/i18n/en.toml3
-rw-r--r--website/themes/beastie/i18n/es.toml3
-rw-r--r--website/themes/beastie/i18n/fr.toml3
-rw-r--r--website/themes/beastie/i18n/ja.toml3
-rw-r--r--website/themes/beastie/i18n/nl.toml3
-rw-r--r--website/themes/beastie/i18n/ru.toml3
-rw-r--r--website/themes/beastie/i18n/zh-cn.toml3
-rw-r--r--website/themes/beastie/i18n/zh-tw.toml3
-rw-r--r--website/themes/beastie/layouts/partials/site-navigation.html3
10 files changed, 30 insertions, 0 deletions
diff --git a/website/themes/beastie/i18n/de.toml b/website/themes/beastie/i18n/de.toml
index 477f21bb81..3a8d12d0c8 100644
--- a/website/themes/beastie/i18n/de.toml
+++ b/website/themes/beastie/i18n/de.toml
@@ -49,6 +49,9 @@ other = "Marketing"
[privacyPolicy]
other = "Privacy Policy"
+[projects]
+other = "Projects"
+
[getFreeBSD]
other = "Bezugsquellen"
diff --git a/website/themes/beastie/i18n/en.toml b/website/themes/beastie/i18n/en.toml
index 8767ae2140..9c1ef17498 100644
--- a/website/themes/beastie/i18n/en.toml
+++ b/website/themes/beastie/i18n/en.toml
@@ -55,6 +55,9 @@ other = "Marketing"
[privacyPolicy]
other = "Privacy Policy"
+[projects]
+other = "Projects"
+
[getFreeBSD]
other = "Get FreeBSD"
diff --git a/website/themes/beastie/i18n/es.toml b/website/themes/beastie/i18n/es.toml
index e390843846..5285c3314c 100644
--- a/website/themes/beastie/i18n/es.toml
+++ b/website/themes/beastie/i18n/es.toml
@@ -49,6 +49,9 @@ other = "Marketing"
[privacyPolicy]
other = "Política de privacidad"
+[projects]
+other = "Proyectos"
+
[getFreeBSD]
other = "Descargar FreeBSD"
diff --git a/website/themes/beastie/i18n/fr.toml b/website/themes/beastie/i18n/fr.toml
index 8d210cbe7f..7bfcd2afc9 100644
--- a/website/themes/beastie/i18n/fr.toml
+++ b/website/themes/beastie/i18n/fr.toml
@@ -49,6 +49,9 @@ other = "Marketing"
[privacyPolicy]
other = "Politique de confidentialité"
+[projects]
+other = "Projects"
+
[getFreeBSD]
other = "Obtenir FreeBSD"
diff --git a/website/themes/beastie/i18n/ja.toml b/website/themes/beastie/i18n/ja.toml
index 1ad41f0740..cf5a3c7e0d 100644
--- a/website/themes/beastie/i18n/ja.toml
+++ b/website/themes/beastie/i18n/ja.toml
@@ -52,6 +52,9 @@ other = "マーケティング活動"
[privacyPolicy]
other = "プライバシーポリシー"
+[projects]
+other = "Projects"
+
[getFreeBSD]
other = "FreeBSD の入手"
diff --git a/website/themes/beastie/i18n/nl.toml b/website/themes/beastie/i18n/nl.toml
index 33b5ed4a41..0a5127692b 100644
--- a/website/themes/beastie/i18n/nl.toml
+++ b/website/themes/beastie/i18n/nl.toml
@@ -49,6 +49,9 @@ other = "Marketing"
[privacyPolicy]
other = "Privacy Policy"
+[projects]
+other = "Projects"
+
[getFreeBSD]
other = "Get FreeBSD"
diff --git a/website/themes/beastie/i18n/ru.toml b/website/themes/beastie/i18n/ru.toml
index 90b75b1aff..36557e8508 100644
--- a/website/themes/beastie/i18n/ru.toml
+++ b/website/themes/beastie/i18n/ru.toml
@@ -49,6 +49,9 @@ other = "Маркетинг"
[privacyPolicy]
other = "Политика конфиденциальности"
+[projects]
+other = "Projects"
+
[getFreeBSD]
other = "Получение FreeBSD"
diff --git a/website/themes/beastie/i18n/zh-cn.toml b/website/themes/beastie/i18n/zh-cn.toml
index 982b4e632d..26458fc2c8 100644
--- a/website/themes/beastie/i18n/zh-cn.toml
+++ b/website/themes/beastie/i18n/zh-cn.toml
@@ -49,6 +49,9 @@ other = "营销"
[privacyPolicy]
other = "隐私政策"
+[projects]
+other = "Projects"
+
[getFreeBSD]
other = "获取 FreeBSD"
diff --git a/website/themes/beastie/i18n/zh-tw.toml b/website/themes/beastie/i18n/zh-tw.toml
index d3d32afd50..1950967574 100644
--- a/website/themes/beastie/i18n/zh-tw.toml
+++ b/website/themes/beastie/i18n/zh-tw.toml
@@ -49,6 +49,9 @@ other = "行銷"
[privacyPolicy]
other = "隱私政策"
+[projects]
+other = "Projects"
+
[getFreeBSD]
other = "取得 FreeBSD"
diff --git a/website/themes/beastie/layouts/partials/site-navigation.html b/website/themes/beastie/layouts/partials/site-navigation.html
index ba4190a582..9564c680d9 100644
--- a/website/themes/beastie/layouts/partials/site-navigation.html
+++ b/website/themes/beastie/layouts/partials/site-navigation.html
@@ -24,6 +24,9 @@
<li>
<a href={{ "privacy/" | absLangURL }}>{{ i18n "privacyPolicy" }}</a>
</li>
+ <li>
+ <a href={{ "projects/" | absLangURL }}>{{ i18n "projects" }}</a>
+ </li>
</ul>
</li>
</ul>