mirror of
https://github.com/System-End/theseus.git
synced 2026-04-19 21:05:10 +00:00
Add China to country name mapping
This commit is contained in:
parent
0b2da81f82
commit
6e5f5ea1ce
1 changed files with 1 additions and 0 deletions
|
|
@ -9,6 +9,7 @@ module FrickinCountryNames
|
||||||
"south korea" => "KR",
|
"south korea" => "KR",
|
||||||
"austria" => "AT",
|
"austria" => "AT",
|
||||||
"казахстан" => "KZ",
|
"казахстан" => "KZ",
|
||||||
|
"中国" => "CN",
|
||||||
}
|
}
|
||||||
UNSTATABLE_COUNTRIES = %w[EG SG]
|
UNSTATABLE_COUNTRIES = %w[EG SG]
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue