-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
13 changed files
with
658 additions
and
518 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,121 @@ | ||
var country_name_mapping = { | ||
AFG:"Afghanistan", | ||
DZA:"Algeria", | ||
AGO:"Angola", | ||
ARM:"Armenia", | ||
AUS:"Australia", | ||
AUT:"Austria", | ||
AZE:"Azerbaijan", | ||
BHR:"Bahrain", | ||
BGD:"Bangladesh", | ||
BTN:"Bhutan", | ||
BIH:"Bosnia-Herzegov\"ina", | ||
BRA:"Brazil", | ||
BGR:"Bulgaria", | ||
BDI:"Burundi", | ||
KHM:"Cambodia", | ||
CMR:"Cameroon", | ||
CAN:"Canada", | ||
CAF:"Central African Republic", | ||
TCD:"Chad", | ||
CHN:"China", | ||
COL:"Colombia", | ||
COG:"Congo (Brazzavi\"lle)", | ||
COD:"Congo (Kinshasa)", | ||
CRI:"Costa Rica", | ||
HRV:"Croatia", | ||
CUB:"Cuba", | ||
EGY:"Egypt", | ||
GNQ:"Equatorial Guin\"ea", | ||
ERI:"Eritrea", | ||
EST:"Estonia", | ||
ETH:"Ethiopia", | ||
FJI:"Fiji", | ||
FIN:"Finland", | ||
FRA:"France", | ||
GEO:"Georgia", | ||
GBR:"Great Britain", | ||
GRC:"Greece", | ||
GTM:"Guatemala", | ||
GIN:"Guinea", | ||
GNB:"Guinea-Bissau", | ||
GUY:"Guyana", | ||
HTI:"Haiti", | ||
HND:"Honduras", | ||
HUN:"Hungary", | ||
IND:"India", | ||
IDN:"Indonesia", | ||
IRN:"Iran", | ||
IRQ:"Iraq", | ||
IRL:"Ireland", | ||
ISR:"Israel", | ||
ITA:"Italy", | ||
CIV:"Ivory Coast", | ||
JOR:"Jordan", | ||
KAZ:"Kazakhstan", | ||
KEN:"Kenya", | ||
UNK:"Kosovo", | ||
KWT:"Kuwait", | ||
KGZ:"Kyrgyzstan", | ||
LAO:"Laos", | ||
LVA:"Latvia", | ||
LBN:"Lebanon", | ||
LBR:"Liberia", | ||
MKD:"Macedonia", | ||
MDG:"Madagascar", | ||
MWI:"Malawi", | ||
MYS:"Malaysia", | ||
MLI:"Mali", | ||
MRT:"Mauritania", | ||
MEX:"Mexico", | ||
MDA:"Moldova", | ||
MNE:"Montenegro", | ||
MAR:"Morocco", | ||
MOZ:"Mozambique", | ||
MMR:"Myanmar", | ||
NAM:"Namibia", | ||
NPL:"Nepal", | ||
NLD:"Netherlands", | ||
NIC:"Nicaragua", | ||
NER:"Niger", | ||
NGA:"Nigeria", | ||
MNP:"Northern Ireland", | ||
NOR:"Norway", | ||
PAK:"Pakistan", | ||
PRY:"Paraguay", | ||
PER:"Peru", | ||
PHL:"Philippines", | ||
QAT:"Qatar", | ||
RUS:"Russia", | ||
RWA:"Rwanda", | ||
SAU:"Saudi Arabia", | ||
SEN:"Senegal", | ||
SRB:"Serbia", | ||
SLE:"Sierra Leone", | ||
SLB:"Solomon Islands", | ||
SOM:"Somalia", | ||
ZAF:"South Africa", | ||
ESP:"Spain", | ||
LKA:"Sri Lanka", | ||
LCA:"St. Lucia", | ||
SDN:"Sudan", | ||
SWE:"Sweden", | ||
CHE:"Switzerland", | ||
SYR:"Syria", | ||
TWN:"Taiwan", | ||
TJK:"Tajikistan", | ||
TZA:"Tanzania", | ||
THA:"Thailand", | ||
TLS:"Timor-Leste", | ||
TUN:"Tunisia", | ||
TUR:"Turkey", | ||
UGA:"Uganda", | ||
UKR:"Ukraine", | ||
USA:"United States", | ||
UZB:"Uzbekistan", | ||
VEN:"Venezuela", | ||
PSE:"West Bank and Gaza Strip", | ||
YEM:"Yemen", | ||
YUG:"Yugoslavia", | ||
ZWE:"Zimbabwe" | ||
} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.