Files
ashen-realms/apps/web/src/app/layout/game-footer/game-footer.component.html
Bastian Wagner 846bb7428c 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.
2026-08-21 22:23:20 +02:00

6 lines
228 B
HTML

<footer class="game-footer">
<span class="game-footer__status"><span aria-hidden="true"></span> Connection ready</span>
<span class="game-footer__ornament" aria-hidden="true"></span>
<span>Ashen Fields</span>
</footer>