git: 8b7845359b - main - Add projects section to about menu

Sergio Carlavilla Delgado <[email protected]>
Newsgroups gmane.os.freebsd.devel.cvs.doc
Message-ID <[email protected]>
The branch main has been updated by carlavilla:

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

commit 8b7845359bc3f70f8314c7d4fbf41fcbaae9c870
Author:     Sergio Carlavilla Delgado <[email protected]>
AuthorDate: 2022-06-24 08:13:53 +0000
Commit:     Sergio Carlavilla Delgado <[email protected]>
CommitDate: 2022-06-24 08:13:53 +0000

    Add projects section to about menu
    
    PR:             264471
    Submitted by:   pauamma@
---
 website/themes/beastie/i18n/de.toml                          | 3 +++
 website/themes/beastie/i18n/en.toml                          | 3 +++
 website/themes/beastie/i18n/es.toml                          | 3 +++
 website/themes/beastie/i18n/fr.toml                          | 3 +++
 website/themes/beastie/i18n/ja.toml                          | 3 +++
 website/themes/beastie/i18n/nl.toml                          | 3 +++
 website/themes/beastie/i18n/ru.toml                          | 3 +++
 website/themes/beastie/i18n/zh-cn.toml                       | 3 +++
 website/themes/beastie/i18n/zh-tw.toml                       | 3 +++
 website/themes/beastie/layouts/partials/site-navigation.html | 3 +++
 10 files changed, 30 insertions(+)

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>
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.