Created
January 21, 2012 14:33
-
-
Save sidwood/1652944 to your computer and use it in GitHub Desktop.
Country Codes (ISO 3166-1 alpha-2 subset)
This file contains hidden or 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
# ISO 3166-1 alpha-2 subset | |
# Removed the following | |
# - BV: Bouvet Island (uninhabited) | |
# - IO: British Indian Ocean Territory (no civilian population) | |
# - TF: French Southern Territories (no permanent population) | |
# - HM: Heard Island and McDonald Islands (uninhabited) | |
# config/initializers/countries.rb | |
COUNTRIES = { | |
'af' => 'Afghanistan', | |
'al' => 'Albania', | |
'dz' => 'Algeria', | |
'as' => 'American Samoa', | |
'ad' => 'Andorra', | |
'ao' => 'Angola', | |
'ai' => 'Anguilla', | |
'aq' => 'Antarctica', | |
'ag' => 'Antigua and Barbuda', | |
'ar' => 'Argentina', | |
'am' => 'Armenia', | |
'aw' => 'Aruba', | |
'au' => 'Australia', | |
'at' => 'Austria', | |
'az' => 'Azerbaijan', | |
'bs' => 'Bahamas', | |
'bh' => 'Bahrain', | |
'bd' => 'Bangladesh', | |
'bb' => 'Barbados', | |
'by' => 'Belarus', | |
'be' => 'Belgium', | |
'bz' => 'Belize', | |
'bj' => 'Benin', | |
'bm' => 'Bermuda', | |
'bt' => 'Bhutan', | |
'bo' => 'Bolivia', | |
'ba' => 'Bosnia and Herzegowina', | |
'bw' => 'Botswana', | |
'br' => 'Brazil', | |
'bn' => 'Brunei Darussalam', | |
'bg' => 'Bulgaria', | |
'bf' => 'Burkina Faso', | |
'bi' => 'Burundi', | |
'kh' => 'Cambodia', | |
'cm' => 'Cameroon', | |
'ca' => 'Canada', | |
'cv' => 'Cape Verde', | |
'ky' => 'Cayman Islands', | |
'cf' => 'Central African Republic', | |
'td' => 'Chad', | |
'cl' => 'Chile', | |
'cn' => 'China', | |
'cx' => 'Christmas Island', | |
'cc' => 'Cocos (Keeling) Islands', | |
'co' => 'Colombia', | |
'km' => 'Comoros', | |
'cg' => 'Congo', | |
'cd' => 'Congo, The Democratic Republic of the', | |
'ck' => 'Cook Islands', | |
'cr' => 'Costa Rica', | |
'ci' => 'Cote D\'Ivoire', | |
'hr' => 'Croatia (Hrvatska)', | |
'cu' => 'Cuba', | |
'cy' => 'Cyprus', | |
'cz' => 'Czech Republic', | |
'dk' => 'Denmark', | |
'dj' => 'Djibouti', | |
'dm' => 'Dominica', | |
'do' => 'Dominican Republic', | |
'ec' => 'Ecuador', | |
'eg' => 'Egypt', | |
'sv' => 'El Salvador', | |
'gq' => 'Equatorial Guinea', | |
'er' => 'Eritrea', | |
'ee' => 'Estonia', | |
'et' => 'Ethiopia', | |
'fk' => 'Falkland Islands (Malvinas)', | |
'fo' => 'Faroe Islands', | |
'fj' => 'Fiji', | |
'fi' => 'Finland', | |
'fr' => 'France', | |
'gf' => 'French Guiana', | |
'pf' => 'French Polynesia', | |
'ga' => 'Gabon', | |
'gm' => 'Gambia', | |
'ge' => 'Georgia', | |
'de' => 'Germany', | |
'gh' => 'Ghana', | |
'gi' => 'Gibraltar', | |
'gr' => 'Greece', | |
'gl' => 'Greenland', | |
'gd' => 'Grenada', | |
'gp' => 'Guadeloupe', | |
'gu' => 'Guam', | |
'gt' => 'Guatemala', | |
'gn' => 'Guinea', | |
'gw' => 'Guinea-Bissau', | |
'gy' => 'Guyana', | |
'ht' => 'Haiti', | |
'va' => 'Holy See (Vatican City State)', | |
'hn' => 'Honduras', | |
'hk' => 'Hong Kong', | |
'hu' => 'Hungary', | |
'is' => 'Iceland', | |
'in' => 'India', | |
'id' => 'Indonesia', | |
'ir' => 'Iran (Islamic Republic Of)', | |
'iq' => 'Iraq', | |
'ie' => 'Ireland', | |
'il' => 'Israel', | |
'it' => 'Italy', | |
'jm' => 'Jamaica', | |
'jp' => 'Japan', | |
'jo' => 'Jordan', | |
'kz' => 'Kazakhstan', | |
'ke' => 'Kenya', | |
'ki' => 'Kiribati', | |
'kp' => 'Korea, North', | |
'kr' => 'Korea, South', | |
'kw' => 'Kuwait', | |
'kg' => 'Kyrgyzstan', | |
'la' => 'Laos', | |
'lv' => 'Latvia', | |
'lb' => 'Lebanon', | |
'ls' => 'Lesotho', | |
'lr' => 'Liberia', | |
'ly' => 'Libya', | |
'li' => 'Liechtenstein', | |
'lt' => 'Lithuania', | |
'lu' => 'Luxembourg', | |
'mo' => 'Macau', | |
'mk' => 'Macedonia', | |
'mg' => 'Madagascar', | |
'mw' => 'Malawi', | |
'my' => 'Malaysia', | |
'mv' => 'Maldives', | |
'ml' => 'Mali', | |
'mt' => 'Malta', | |
'mh' => 'Marshall Islands', | |
'mq' => 'Martinique', | |
'mr' => 'Mauritania', | |
'mu' => 'Mauritius', | |
'yt' => 'Mayotte', | |
'mx' => 'Mexico', | |
'fm' => 'Micronesia, Federated States Of', | |
'md' => 'Moldova, Republic Of', | |
'mc' => 'Monaco', | |
'mn' => 'Mongolia', | |
'me' => 'Montenegro', | |
'ms' => 'Montserrat', | |
'ma' => 'Morocco', | |
'mz' => 'Mozambique', | |
'mm' => 'Myanmar', | |
'na' => 'Namibia', | |
'nr' => 'Nauru', | |
'np' => 'Nepal', | |
'nl' => 'Netherlands', | |
'an' => 'Netherlands Antilles', | |
'nc' => 'New Caledonia', | |
'nz' => 'New Zealand', | |
'ni' => 'Nicaragua', | |
'ne' => 'Niger', | |
'ng' => 'Nigeria', | |
'nu' => 'Niue', | |
'nf' => 'Norfolk Island', | |
'mp' => 'Northern Mariana Islands', | |
'no' => 'Norway', | |
'om' => 'Oman', | |
'pk' => 'Pakistan', | |
'pw' => 'Palau', | |
'pa' => 'Panama', | |
'pg' => 'Papua New Guinea', | |
'py' => 'Paraguay', | |
'pe' => 'Peru', | |
'ph' => 'Philippines', | |
'pn' => 'Pitcairn', | |
'pl' => 'Poland', | |
'pt' => 'Portugal', | |
'pr' => 'Puerto Rico', | |
'qa' => 'Qatar', | |
're' => 'Reunion', | |
'ro' => 'Romania', | |
'ru' => 'Russian Federation', | |
'rw' => 'Rwanda', | |
'sh' => 'Saint Helena', | |
'kn' => 'Saint Kitts and Nevis', | |
'lc' => 'Saint Lucia', | |
'pm' => 'Saint Pierre and Miquelon', | |
'vc' => 'Saint Vincent and the Grenadines', | |
'ws' => 'Samoa', | |
'sm' => 'San Marino', | |
'st' => 'Sao Tome and Principe', | |
'sa' => 'Saudi Arabia', | |
'sn' => 'Senegal', | |
'rs' => 'Serbia', | |
'sc' => 'Seychelles', | |
'sl' => 'Sierra Leone', | |
'sg' => 'Singapore', | |
'sk' => 'Slovakia', | |
'si' => 'Slovenia', | |
'sb' => 'Solomon Islands', | |
'so' => 'Somalia', | |
'za' => 'South Africa', | |
'gs' => 'South Georgia and the South Sandwich Islands', | |
'es' => 'Spain', | |
'lk' => 'Sri Lanka', | |
'sd' => 'Sudan', | |
'sr' => 'Suriname', | |
'sj' => 'Svalbard, Jan Mayen Islands', | |
'sz' => 'Swaziland', | |
'se' => 'Sweden', | |
'ch' => 'Switzerland', | |
'sy' => 'Syrian Arab Republic', | |
'tw' => 'Taiwan', | |
'tj' => 'Tajikistan', | |
'tz' => 'Tanzania, United Republic Of', | |
'th' => 'Thailand', | |
'tl' => 'Timor-Leste', | |
'tg' => 'Togo', | |
'tk' => 'Tokelau', | |
'to' => 'Tonga', | |
'tt' => 'Trinidad And Tobago', | |
'tn' => 'Tunisia', | |
'tr' => 'Turkey', | |
'tm' => 'Turkmenistan', | |
'tc' => 'Turks And Caicos Islands', | |
'tv' => 'Tuvalu', | |
'ug' => 'Uganda', | |
'ua' => 'Ukraine', | |
'ae' => 'United Arab Emirates', | |
'gb' => 'United Kingdom', | |
'us' => 'United States', | |
'um' => 'United States Minor Outlying Islands', | |
'uy' => 'Uruguay', | |
'uz' => 'Uzbekistan', | |
'vu' => 'Vanuatu', | |
've' => 'Venezuela', | |
'vn' => 'Vietnam', | |
'vg' => 'Virgin Islands, British', | |
'vi' => 'Virgin Islands, U.S.', | |
'wf' => 'Wallis and Futuna', | |
'ye' => 'Yemen', | |
'zm' => 'Zambia', | |
'zw' => 'Zimbabwe' | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment