Favorite team: star a side, get its next match pinned on Live
A star on the team page (localStorage, no accounts) pins that team's next or running match in a My team section at the top of the Live tab. EN/DE strings + aria-pressed on the toggle. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
@@ -66,6 +66,7 @@ export const de: Dict = {
|
||||
nextUp: "Als Nächstes",
|
||||
nextUpDay: "Als Nächstes · {day}",
|
||||
comingUp: "Demnächst",
|
||||
myTeam: "Mein Team",
|
||||
latestResults: "Letzte Ergebnisse",
|
||||
empty: "Der Spielplan ist geladen. Sobald das Turnier läuft, tauchen die Spiele hier auf.",
|
||||
},
|
||||
@@ -371,6 +372,8 @@ export const de: Dict = {
|
||||
team: {
|
||||
unknown: "Unbekanntes Team.",
|
||||
allTeams: "Alle Teams",
|
||||
follow: "Diesem Team folgen",
|
||||
unfollow: "Diesem Team nicht mehr folgen",
|
||||
eloBadge: "Elo {rating}",
|
||||
titleOddsBadge: "Titel {pct}",
|
||||
advanceOddsBadge: "Weiterkommen {pct}",
|
||||
|
||||
Reference in New Issue
Block a user