feat(web): translate topbar, navigation, context panel, footer, and reputation display to English

Translates the remaining German static copy in the layout/shared components
per the design doc glossary: top-bar (World Renown, Silver, loading text),
side-navigation (nav labels and aria-labels), context-panel (area info,
safety/hunt facts, encounters), game-footer (connection status, Ashen Fields),
and reputation-display (aria-label, highest-rank text). Also fixes stale
German rank-label fixtures in reputation-display.component.spec.ts flagged
by Task 2's reviewer, and updates app.spec.ts assertions that exercised the
now-translated side-navigation/top-bar output via the app shell.
This commit is contained in:
Bastian Wagner
2026-08-21 22:23:20 +02:00
parent 14d26d06a4
commit 846bb7428c
9 changed files with 57 additions and 55 deletions

View File

@@ -1,5 +1,5 @@
<footer class="game-footer">
<span class="game-footer__status"><span aria-hidden="true"></span> Verbindung bereit</span>
<span class="game-footer__status"><span aria-hidden="true"></span> Connection ready</span>
<span class="game-footer__ornament" aria-hidden="true"></span>
<span>Aschenfelder</span>
<span>Ashen Fields</span>
</footer>