From 6e5f5ea1ce61ef86b4023901f9cf86ac86d02b90 Mon Sep 17 00:00:00 2001 From: Max Wofford Date: Mon, 1 Sep 2025 12:52:15 -0400 Subject: [PATCH] Add China to country name mapping --- app/lib/frickin_country_names.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/app/lib/frickin_country_names.rb b/app/lib/frickin_country_names.rb index 3312d43..1d52a25 100644 --- a/app/lib/frickin_country_names.rb +++ b/app/lib/frickin_country_names.rb @@ -9,6 +9,7 @@ module FrickinCountryNames "south korea" => "KR", "austria" => "AT", "казахстан" => "KZ", + "中国" => "CN", } UNSTATABLE_COUNTRIES = %w[EG SG]