From d2a82f909d8238a310ea0c7f7be520236c849ec6 Mon Sep 17 00:00:00 2001 From: Max Wofford Date: Mon, 7 Jul 2025 17:09:57 -0400 Subject: [PATCH] Add KZ to silly lookup table (#121) Greatest country in the world! something something... number one exporter of potassium --- 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 c0e061f..46c4077 100644 --- a/app/lib/frickin_country_names.rb +++ b/app/lib/frickin_country_names.rb @@ -8,6 +8,7 @@ module FrickinCountryNames "россия" => "RU", "south korea" => "KR", "austria" => "AT", + "казахстан" => "KZ", } UNSTATABLE_COUNTRIES = %w[EG SG]