From 7792799eb6d3832d1cb6d5049ee9edfaf9464bd9 Mon Sep 17 00:00:00 2001 From: Emi <2206700+coppolaemilio@users.noreply.github.com> Date: Thu, 21 Aug 2025 21:30:15 +0200 Subject: [PATCH] Add events and forum to community nav dropdown --- _i18n/de.yml | 2 ++ _i18n/en.yml | 2 ++ _i18n/es.yml | 2 ++ _i18n/fr.yml | 2 ++ _i18n/ja.yml | 2 ++ _i18n/ko.yml | 2 ++ _i18n/pl.yml | 2 ++ _i18n/zh-cn.yml | 2 ++ _i18n/zh-tw.yml | 2 ++ _includes/header.html | 8 +++++++- _layouts/default.html | 2 +- assets/css/header.css | 19 ++++++++++--------- 12 files changed, 36 insertions(+), 11 deletions(-) diff --git a/_i18n/de.yml b/_i18n/de.yml index 5199a986b5..0f8cc22f2c 100644 --- a/_i18n/de.yml +++ b/_i18n/de.yml @@ -12,6 +12,8 @@ header: donate: Spenden language: Sprache console_support: Konsolen-Support + events: Veranstaltungen + forum: Forum footer: download: Download documentation: Dokumentation diff --git a/_i18n/en.yml b/_i18n/en.yml index 5387447f9d..3259cc43d9 100644 --- a/_i18n/en.yml +++ b/_i18n/en.yml @@ -11,7 +11,9 @@ header: contribute: Contribute donate: Donate language: Language + events: Events console_support: Console support + forum: Forum footer: godot_engine: Godot Engine download: Download diff --git a/_i18n/es.yml b/_i18n/es.yml index 1513fba287..d6d9293956 100644 --- a/_i18n/es.yml +++ b/_i18n/es.yml @@ -11,7 +11,9 @@ header: contribute: Contribuir donate: Donar language: Idioma + events: Eventos console_support: Soporte de consolas + forum: Foro footer: godot_engine: Godot Engine download: Descargar diff --git a/_i18n/fr.yml b/_i18n/fr.yml index 72e86edf6f..e2bda3f15d 100644 --- a/_i18n/fr.yml +++ b/_i18n/fr.yml @@ -12,6 +12,8 @@ header: donate: Donner language: Langue console_support: Support des consoles + events: Événements + forum: Forum footer: godot_engine: Godot Engine download: Télécharger diff --git a/_i18n/ja.yml b/_i18n/ja.yml index cd31cf6a24..fcae306d4b 100644 --- a/_i18n/ja.yml +++ b/_i18n/ja.yml @@ -12,6 +12,8 @@ header: donate: "寄付する" language: "言語" console_support: "コンソールサポート" + events: "イベント" + forum: "フォーラム" footer: godot_engine: "Godotエンジン" download: "ダウンロード" diff --git a/_i18n/ko.yml b/_i18n/ko.yml index 29e29bb44f..d079dffb10 100644 --- a/_i18n/ko.yml +++ b/_i18n/ko.yml @@ -12,6 +12,8 @@ header: donate: 기부 language: 언어 console_support: 콘솔 지원 + events: 이벤트 + forum: 포럼 footer: godot_engine: Godot 엔진 download: 다운로드 diff --git a/_i18n/pl.yml b/_i18n/pl.yml index 88d5a6567b..b82206aa65 100644 --- a/_i18n/pl.yml +++ b/_i18n/pl.yml @@ -12,6 +12,8 @@ header: donate: Wpłać datek language: Język console_support: Wsparcie konsol + events: Wydarzenia + forum: Forum footer: godot_engine: Godot Engine download: Pobierz diff --git a/_i18n/zh-cn.yml b/_i18n/zh-cn.yml index 724bc35ad2..80b885dc58 100644 --- a/_i18n/zh-cn.yml +++ b/_i18n/zh-cn.yml @@ -12,6 +12,8 @@ header: donate: 捐助 language: 语言 console_support: 主机支持 + events: 活动 + forum: 论坛 footer: download: 下载 documentation: 文档 diff --git a/_i18n/zh-tw.yml b/_i18n/zh-tw.yml index 689e2f69f4..961a57b17c 100644 --- a/_i18n/zh-tw.yml +++ b/_i18n/zh-tw.yml @@ -12,6 +12,8 @@ header: donate: 捐助 language: 語言 console_support: 主機支援 + events: 活動 + forum: 論壇 footer: download: 下載 documentation: 文件 diff --git a/_includes/header.html b/_includes/header.html index 160e3bbda2..4fbfba09db 100644 --- a/_includes/header.html +++ b/_includes/header.html @@ -20,7 +20,7 @@