Add English/German i18n for frontend

This commit is contained in:
2026-02-02 14:38:57 +01:00
parent fd13f29cda
commit 3050aa2265
4 changed files with 407 additions and 90 deletions

View File

@@ -13,6 +13,21 @@
gap: 16px;
}
.lang-switch {
align-self: flex-end;
display: flex;
align-items: center;
gap: 8px;
background: rgba(15, 23, 42, 0.8);
border: 1px solid #1f2937;
border-radius: 10px;
padding: 6px 10px;
box-shadow: 0 10px 24px rgba(0,0,0,0.25);
font-size: 14px;
}
.lang-switch label { color: #9ca3af; }
.lang-switch select { min-width: 120px; }
.status-bar {
display: flex;
width: 100%;
@@ -184,9 +199,9 @@ button.ghost {
border: 1px solid #b91c1c;
}
.vote-controls { display: flex; gap: 10px; align-items: center; margin-top: auto; padding-top: 8px; }
.vote-controls { display: flex; gap: 10px; align-items: center; margin-top: auto; padding-top: 6px; }
.score { font-weight: 700; min-width: 36px; text-align: center; }
.score-emoji { font-size: 18px; }
.score-emoji { font-size: 24px; text-align: center; }
.results-grid .game-card { border-color: #2563eb44; }