Skip to content

Commit

Permalink
Merge pull request #70 from hfkang/AddKosovo_XKS
Browse files Browse the repository at this point in the history
Add XKS Code for Kosovo
  • Loading branch information
biter777 authored Mar 26, 2024
2 parents 7a79fab + a313c63 commit 53ba593
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion countries.go
Original file line number Diff line number Diff line change
Expand Up @@ -5987,7 +5987,7 @@ func ByName(name string) CountryCode { //nolint:misspell,gocyclo
return SSD
case "JP", "JPN", "JAPAN":
return JPN
case "XK", "XKX", "KOS", "KOSOVO", "COSOVO", "КОСОВО", "KOSOVËS", "РЕПУБЛИКАКОСОВО", "REPUBLIKAKOSOVO", "REPUBLIKACOSOVO", "REPUBLIKAKOSOVËS", "REPUBLICAKOSOVO", "REPUBLICACOSOVO", "REPUBLICAKOSOVËS", "KOSOVOREPUBLIC", "COSOVOREPUBLIC", "KOSOVËSREPUBLIC":
case "XK", "XKX", "XKS", "KOS", "KOSOVO", "COSOVO", "КОСОВО", "KOSOVËS", "РЕПУБЛИКАКОСОВО", "REPUBLIKAKOSOVO", "REPUBLIKACOSOVO", "REPUBLIKAKOSOVËS", "REPUBLICAKOSOVO", "REPUBLICACOSOVO", "REPUBLICAKOSOVËS", "KOSOVOREPUBLIC", "COSOVOREPUBLIC", "KOSOVËSREPUBLIC":
return XKX
case "XX", "NONE", "NON", "NICHT", "NICHTS":
return None
Expand Down

0 comments on commit 53ba593

Please sign in to comment.