Add China to country name mapping

This commit is contained in:
Max Wofford 2025-09-01 12:52:15 -04:00 committed by GitHub
parent 0b2da81f82
commit 6e5f5ea1ce
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]