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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user