mirror of
https://github.com/System-End/theseus.git
synced 2026-04-19 21:05:10 +00:00
Add KZ to silly lookup table (#121)
Greatest country in the world! something something... number one exporter of potassium
This commit is contained in:
parent
e920e2af77
commit
d2a82f909d
1 changed files with 1 additions and 0 deletions
|
|
@ -8,6 +8,7 @@ module FrickinCountryNames
|
||||||
"россия" => "RU",
|
"россия" => "RU",
|
||||||
"south korea" => "KR",
|
"south korea" => "KR",
|
||||||
"austria" => "AT",
|
"austria" => "AT",
|
||||||
|
"казахстан" => "KZ",
|
||||||
}
|
}
|
||||||
UNSTATABLE_COUNTRIES = %w[EG SG]
|
UNSTATABLE_COUNTRIES = %w[EG SG]
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue