Add KZ to silly lookup table (#121)

Greatest country in the world! something something... number one exporter of potassium
This commit is contained in:
Max Wofford 2025-07-07 17:09:57 -04:00 committed by GitHub
parent e920e2af77
commit d2a82f909d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -8,6 +8,7 @@ module FrickinCountryNames
"россия" => "RU",
"south korea" => "KR",
"austria" => "AT",
"казахстан" => "KZ",
}
UNSTATABLE_COUNTRIES = %w[EG SG]