Skip to content

Instantly share code, notes, and snippets.

@avioli
Created June 14, 2015 15:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save avioli/f063a90a580da6e8994b to your computer and use it in GitHub Desktop.
Save avioli/f063a90a580da6e8994b to your computer and use it in GitHub Desktop.
var knownCountries = {
'AL': 'Albania',
'BE': 'Belgium',
'BEL': 'Belgium',
'BG': 'Bulgaria',
'CR': '???',
'CRD': '???',
'CZ': 'Czech Republic',
'DAN': '???',
'DE': 'Denmark',
'DV': '???',
'ES': 'Spain',
'FR': 'France',
'GB': 'United Kingdom of Great Britain and Northern Ireland',
'GR': 'Greece',
'IT': 'Italy',
'MD': 'Moldova, Republic of',
'MK': 'Macedonia',
'NL': 'Netherlands',
'PL': 'Poland',
'PORT': 'Portugal',
'PT': 'Portugal',
'RO': 'Romania',
'RSK': '???',
'RU': '???',
'RUS': '???',
'SERB': 'Serbia',
'SL': '???',
'SR': 'Serbia',
'TR': 'Turkey',
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment