Merge pull request #427 from LelouchFR/fix-forum-nav
Some checks failed
Build and Publish Docker Image / build-publish (push) Has been cancelled

Make forum in nav with dropdown text translateable
This commit is contained in:
limes.pink 2026-03-17 12:59:03 +01:00 committed by GitHub
commit dff3511808
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 7 additions and 3 deletions

View File

@ -6,6 +6,7 @@
"credits": "Credits",
"progress": "Progress",
"blog": "Blog",
"forum": "Forum",
"account": "Account",
"donate": "Donate",
"accountWidget": {
@ -18,6 +19,7 @@
"about": "About the project",
"faq": "Frequently asked questions",
"blog": "Our latest updates, condensed",
"forum": "Chat with others and get support",
"progress": "Check the project progress and goals"
}
}

View File

@ -6,6 +6,7 @@
"credits": "Crédits",
"progress": "Progression",
"blog": "Blog",
"forum": "Forum",
"account": "Compte",
"accountWidget": {
"logout": "Déconnexion",
@ -16,6 +17,7 @@
"captions": {
"about": "À propos du projet",
"blog": "Nos dernières mises à jour, en condensé",
"forum": "Discutez avec des personnes et trouvez du soutien",
"progress": "Vérifiez l'avancement et les objectifs du projet",
"credits": "Rencontrez l'équipe",
"faq": "Questions fréquemment posées"

View File

@ -40,7 +40,7 @@
<button>{{ locale.nav.progress }}</button>
</a>
<a href="https://forum.pretendo.network" class="hide-on-mobile">
<button>Forum</button> <!-- TODO - Translate this -->
<button>{{ locale.nav.forum }}</button>
</a>
<a href="/account/upgrade" class="donate">
<button>
@ -169,8 +169,8 @@
<svg width="32" height="32" viewBox="0 0 256 256"><path fill="currentColor" d="M216 48H56a16 16 0 0 0-16 16v120a8 8 0 0 1-16 0V88a8 8 0 0 0-16 0v96a24 24 0 0 0 24 24h176a24.1 24.1 0 0 0 24-24V64a16 16 0 0 0-16-16Zm-40 104H96a8 8 0 0 1 0-16h80a8 8 0 0 1 0 16Zm0-32H96a8 8 0 0 1 0-16h80a8 8 0 0 1 0 16Z"/></svg>
</div>
<div>
<p class="title">Forum</p> <!-- TODO - Translate this -->
<p class="caption">Chat with others and get support</p> <!-- TODO - Translate this -->
<p class="title">{{ locale.nav.forum }}</p>
<p class="caption">{{ locale.nav.dropdown.captions.forum }}</p>
</div>
</a>
<a href="/progress">