Add Godot Engine key on footer

This commit is contained in:
Emi
2025-02-28 12:26:07 +01:00
parent 2edefe2f9d
commit 60c5f6677d
4 changed files with 4 additions and 1 deletions

View File

@@ -12,6 +12,7 @@ header:
donate: Donate
language: Language
footer:
godot_engine: Godot Engine
download: Download
documentation: Documentation
features: Features

View File

@@ -12,6 +12,7 @@ header:
donate: Donar
language: Idioma
footer:
godot_engine: Godot Engine
download: Descargar
documentation: Documentación
features: Funciones

View File

@@ -12,6 +12,7 @@ header:
donate: Donner
language: Langue
footer:
godot_engine: Godot Engine
download: Télécharger
documentation: Documentation
features: Fonctions

View File

@@ -4,7 +4,7 @@
<div class="wrapper">
<div class="columns">
<div class="col">
<h2>Godot Engine</h2>
<h2>{% t footer.godot_engine %}</h2>
<ul>
<li><a class="set-os-download-url" href="/download">{% t footer.download %}</a></li>
<li><a href="https://docs.godotengine.org">{% t footer.documentation %}</a></li>