Merge pull request #163 from hackclub/add-china-to-freakin-country-names

This commit is contained in:
Max Wofford 2025-09-01 12:53:41 -04:00 committed by GitHub
commit 15ff81b2a4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -9,6 +9,7 @@ module FrickinCountryNames
"south korea" => "KR",
"austria" => "AT",
"казахстан" => "KZ",
"中国" => "CN",
}
UNSTATABLE_COUNTRIES = %w[EG SG]