This commit is contained in:
2026-07-01 16:36:11 -05:00
parent 4e4c72da7f
commit b2e4b63729
3 changed files with 166 additions and 1 deletions

View File

@@ -14,6 +14,7 @@ export const TLA_TO_ISO2: Record<string, string> = {
COD: "cd",
COL: "co",
CPV: "cv",
CUW: "cw",
CZE: "cz",
ECU: "ec",
EGY: "eg",
@@ -48,5 +49,4 @@ export const TLA_TO_ISO2: Record<string, string> = {
URU: "uy",
USA: "us",
UZB: "uz",
CUW: "cw",
};

View File

@@ -18,6 +18,7 @@ export const TEAM_LOCALIZATION: Record<string, { de: string; en: string }> = {
COD: { de: "DR Kongo", en: "Congo DR" },
COL: { de: "Kolumbien", en: "Colombia" },
CPV: { de: "Kap Verde", en: "Cape Verde" },
CUW: { de: "Curaçao", en: "Curaçao" },
CZE: { de: "Tschechien", en: "Czech Republic" },
ECU: { de: "Ecuador", en: "Ecuador" },
EGY: { de: "Ägypten", en: "Egypt" },