localized team names

This commit is contained in:
2026-06-24 12:17:46 -05:00
parent aa19c16f93
commit 7996ebc504
9 changed files with 79 additions and 10 deletions

View File

@@ -120,7 +120,7 @@ function sideFrom(
const w = winnerOf(feed);
return {
teamId,
label: team?.name ?? fallbackLabel,
label: team?.localisedName ?? team?.name ?? fallbackLabel,
code: team?.code ?? "",
score,
isWinner: teamId != null && w === teamId,