Skip to content

Commit

Permalink
feat: add more GU team abbreviations (#27210)
Browse files Browse the repository at this point in the history
as requested by the sports desk
  • Loading branch information
mxdvl authored Jun 10, 2024
1 parent 84869fb commit 5f752d4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion sport/app/football/model/GuTeamCode.scala
Original file line number Diff line number Diff line change
Expand Up @@ -17,16 +17,18 @@ object GuTeamCodes {
team.name match {
case "China PR" => "CHN"
case "Costa Rica" => "CRC"
case "Germany" => "GER"
case "Japan" => "JPN"
case "Morocco" => "MAR"
case "Nigeria" => "NGA"
case "Netherlands" => "NED"
case "North Macedonia" => "MKD"
case "New Zealand" => "NZL"
case "Portugal" => "POR"
case "Rep of Ireland" => "IRL"
case "South Africa" => "RSA"
case "South Korea" => "KOR"
case "Spain" => "ESP"
case "Spain" => "SPA"
case "Switzerland" => "SUI"
case _ => TeamCodes.codeFor(team)
}
Expand Down

0 comments on commit 5f752d4

Please sign in to comment.