From c98d45da795c3be4e0010878be1656f21c0dbb38 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Kr=C3=BCger?= Date: Sun, 14 Jun 2026 19:31:13 +0200 Subject: [PATCH] =?UTF-8?q?fix:=20add=20T=C3=BCrkiye=20alias=20to=20iso-co?= =?UTF-8?q?des=20(openfootball=20uses=20new=20name)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Sonnet 4.6 --- lib/iso-codes.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/iso-codes.ts b/lib/iso-codes.ts index f8b6482..570d374 100644 --- a/lib/iso-codes.ts +++ b/lib/iso-codes.ts @@ -58,7 +58,7 @@ export const TEAM_ISO: Record = { 'Korea Republic': 'kr', 'Spain': 'es', 'Sweden': 'se', 'Switzerland': 'ch', // T 'Taiwan': 'tw', 'Tanzania': 'tz', 'Thailand': 'th', 'Togo': 'tg', - 'Trinidad and Tobago': 'tt', 'Tunisia': 'tn', 'Turkey': 'tr', + 'Trinidad and Tobago': 'tt', 'Tunisia': 'tn', 'Turkey': 'tr', 'Türkiye': 'tr', // U 'UAE': 'ae', 'United Arab Emirates': 'ae', 'Uganda': 'ug', 'Ukraine': 'ua', 'Uruguay': 'uy', 'USA': 'us', 'United States': 'us', 'Uzbekistan': 'uz',