countries.js 5.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257
  1. // Stolen from osu-web
  2. const countries = {
  3. 'A1': 'Anonymous Proxy',
  4. 'A2': 'Satellite Provider',
  5. 'AD': 'Andorra',
  6. 'AE': 'United Arab Emirates',
  7. 'AF': 'Afghanistan',
  8. 'AG': 'Antigua and Barbuda',
  9. 'AI': 'Anguilla',
  10. 'AL': 'Albania',
  11. 'AM': 'Armenia',
  12. 'AN': 'Netherlands Antilles',
  13. 'AO': 'Angola',
  14. 'AP': 'Asia/Pacific Region',
  15. 'AQ': 'Antarctica',
  16. 'AR': 'Argentina',
  17. 'AS': 'American Samoa',
  18. 'AT': 'Austria',
  19. 'AU': 'Australia',
  20. 'AW': 'Aruba',
  21. 'AX': 'Aland Islands',
  22. 'AZ': 'Azerbaijan',
  23. 'BA': 'Bosnia and Herzegovina',
  24. 'BB': 'Barbados',
  25. 'BD': 'Bangladesh',
  26. 'BE': 'Belgium',
  27. 'BF': 'Burkina Faso',
  28. 'BG': 'Bulgaria',
  29. 'BH': 'Bahrain',
  30. 'BI': 'Burundi',
  31. 'BJ': 'Benin',
  32. 'BL': 'Saint Barthelemy',
  33. 'BM': 'Bermuda',
  34. 'BN': 'Brunei',
  35. 'BO': 'Bolivia',
  36. 'BR': 'Brazil',
  37. 'BS': 'Bahamas',
  38. 'BT': 'Bhutan',
  39. 'BV': 'Bouvet Island',
  40. 'BW': 'Botswana',
  41. 'BY': 'Belarus',
  42. 'BZ': 'Belize',
  43. 'CA': 'Canada',
  44. 'CC': 'Cocos (Keeling) Islands',
  45. 'CD': 'Congo, The Democratic Republic of the',
  46. 'CF': 'Central African Republic',
  47. 'CG': 'Congo',
  48. 'CH': 'Switzerland',
  49. 'CI': 'Cote D\'Ivoire',
  50. 'CK': 'Cook Islands',
  51. 'CL': 'Chile',
  52. 'CM': 'Cameroon',
  53. 'CN': 'China',
  54. 'CO': 'Colombia',
  55. 'CR': 'Costa Rica',
  56. 'CU': 'Cuba',
  57. 'CV': 'Cabo Verde',
  58. 'CX': 'Christmas Island',
  59. 'CY': 'Cyprus',
  60. 'CZ': 'Czechia',
  61. 'DE': 'Germany',
  62. 'DJ': 'Djibouti',
  63. 'DK': 'Denmark',
  64. 'DM': 'Dominica',
  65. 'DO': 'Dominican Republic',
  66. 'DZ': 'Algeria',
  67. 'EC': 'Ecuador',
  68. 'EE': 'Estonia',
  69. 'EG': 'Egypt',
  70. 'EH': 'Western Sahara',
  71. 'ER': 'Eritrea',
  72. 'ES': 'Spain',
  73. 'ET': 'Ethiopia',
  74. 'EU': 'Europe',
  75. 'FI': 'Finland',
  76. 'FJ': 'Fiji',
  77. 'FK': 'Falkland Islands (Malvinas)',
  78. 'FM': 'Micronesia, Federated States of',
  79. 'FO': 'Faroe Islands',
  80. 'FR': 'France',
  81. 'FX': 'France, Metropolitan',
  82. 'GA': 'Gabon',
  83. 'GB': 'United Kingdom',
  84. 'GD': 'Grenada',
  85. 'GE': 'Georgia',
  86. 'GF': 'French Guiana',
  87. 'GG': 'Guernsey',
  88. 'GH': 'Ghana',
  89. 'GI': 'Gibraltar',
  90. 'GL': 'Greenland',
  91. 'GM': 'Gambia',
  92. 'GN': 'Guinea',
  93. 'GP': 'Guadeloupe',
  94. 'GQ': 'Equatorial Guinea',
  95. 'GR': 'Greece',
  96. 'GS': 'South Georgia and the South Sandwich Islands',
  97. 'GT': 'Guatemala',
  98. 'GU': 'Guam',
  99. 'GW': 'Guinea-Bissau',
  100. 'GY': 'Guyana',
  101. 'HK': 'Hong Kong',
  102. 'HM': 'Heard Island and McDonald Islands',
  103. 'HN': 'Honduras',
  104. 'HR': 'Croatia',
  105. 'HT': 'Haiti',
  106. 'HU': 'Hungary',
  107. 'ID': 'Indonesia',
  108. 'IE': 'Ireland',
  109. 'IL': 'Israel',
  110. 'IM': 'Isle of Man',
  111. 'IN': 'India',
  112. 'IO': 'British Indian Ocean Territory',
  113. 'IQ': 'Iraq',
  114. 'IR': 'Iran, Islamic Republic of',
  115. 'IS': 'Iceland',
  116. 'IT': 'Italy',
  117. 'JE': 'Jersey',
  118. 'JM': 'Jamaica',
  119. 'JO': 'Jordan',
  120. 'JP': 'Japan',
  121. 'KE': 'Kenya',
  122. 'KG': 'Kyrgyzstan',
  123. 'KH': 'Cambodia',
  124. 'KI': 'Kiribati',
  125. 'KM': 'Comoros',
  126. 'KN': 'Saint Kitts and Nevis',
  127. 'KP': 'Korea, Democratic People\'s Republic of',
  128. 'KR': 'South Korea',
  129. 'KW': 'Kuwait',
  130. 'KY': 'Cayman Islands',
  131. 'KZ': 'Kazakhstan',
  132. 'LA': 'Lao People\'s Democratic Republic',
  133. 'LB': 'Lebanon',
  134. 'LC': 'Saint Lucia',
  135. 'LI': 'Liechtenstein',
  136. 'LK': 'Sri Lanka',
  137. 'LR': 'Liberia',
  138. 'LS': 'Lesotho',
  139. 'LT': 'Lithuania',
  140. 'LU': 'Luxembourg',
  141. 'LV': 'Latvia',
  142. 'LY': 'Libya',
  143. 'MA': 'Morocco',
  144. 'MC': 'Monaco',
  145. 'MD': 'Moldova',
  146. 'ME': 'Montenegro',
  147. 'MF': 'Saint Martin',
  148. 'MG': 'Madagascar',
  149. 'MH': 'Marshall Islands',
  150. 'MK': 'North Macedonia',
  151. 'ML': 'Mali',
  152. 'MM': 'Myanmar',
  153. 'MN': 'Mongolia',
  154. 'MO': 'Macau',
  155. 'MP': 'Northern Mariana Islands',
  156. 'MQ': 'Martinique',
  157. 'MR': 'Mauritania',
  158. 'MS': 'Montserrat',
  159. 'MT': 'Malta',
  160. 'MU': 'Mauritius',
  161. 'MV': 'Maldives',
  162. 'MW': 'Malawi',
  163. 'MX': 'Mexico',
  164. 'MY': 'Malaysia',
  165. 'MZ': 'Mozambique',
  166. 'NA': 'Namibia',
  167. 'NC': 'New Caledonia',
  168. 'NE': 'Niger',
  169. 'NF': 'Norfolk Island',
  170. 'NG': 'Nigeria',
  171. 'NI': 'Nicaragua',
  172. 'NL': 'Netherlands',
  173. 'NO': 'Norway',
  174. 'NP': 'Nepal',
  175. 'NR': 'Nauru',
  176. 'NU': 'Niue',
  177. 'NZ': 'New Zealand',
  178. 'O1': 'Other',
  179. 'OM': 'Oman',
  180. 'PA': 'Panama',
  181. 'PE': 'Peru',
  182. 'PF': 'French Polynesia',
  183. 'PG': 'Papua New Guinea',
  184. 'PH': 'Philippines',
  185. 'PK': 'Pakistan',
  186. 'PL': 'Poland',
  187. 'PM': 'Saint Pierre and Miquelon',
  188. 'PN': 'Pitcairn',
  189. 'PR': 'Puerto Rico',
  190. 'PS': 'Palestine, State of',
  191. 'PT': 'Portugal',
  192. 'PW': 'Palau',
  193. 'PY': 'Paraguay',
  194. 'QA': 'Qatar',
  195. 'RE': 'Reunion',
  196. 'RO': 'Romania',
  197. 'RS': 'Serbia',
  198. 'RU': 'Russian Federation',
  199. 'RW': 'Rwanda',
  200. 'SA': 'Saudi Arabia',
  201. 'SB': 'Solomon Islands',
  202. 'SC': 'Seychelles',
  203. 'SD': 'Sudan',
  204. 'SE': 'Sweden',
  205. 'SG': 'Singapore',
  206. 'SH': 'Saint Helena',
  207. 'SI': 'Slovenia',
  208. 'SJ': 'Svalbard and Jan Mayen',
  209. 'SK': 'Slovakia',
  210. 'SL': 'Sierra Leone',
  211. 'SM': 'San Marino',
  212. 'SN': 'Senegal',
  213. 'SO': 'Somalia',
  214. 'SR': 'Suriname',
  215. 'ST': 'Sao Tome and Principe',
  216. 'SV': 'El Salvador',
  217. 'SY': 'Syrian Arab Republic',
  218. 'SZ': 'Eswatini',
  219. 'TC': 'Turks and Caicos Islands',
  220. 'TD': 'Chad',
  221. 'TF': 'French Southern Territories',
  222. 'TG': 'Togo',
  223. 'TH': 'Thailand',
  224. 'TJ': 'Tajikistan',
  225. 'TK': 'Tokelau',
  226. 'TL': 'Timor-Leste',
  227. 'TM': 'Turkmenistan',
  228. 'TN': 'Tunisia',
  229. 'TO': 'Tonga',
  230. 'TR': 'Türkiye',
  231. 'TT': 'Trinidad and Tobago',
  232. 'TV': 'Tuvalu',
  233. 'TW': 'Taiwan',
  234. 'TZ': 'Tanzania, United Republic of',
  235. 'UA': 'Ukraine',
  236. 'UG': 'Uganda',
  237. 'UM': 'United States Minor Outlying Islands',
  238. 'US': 'United States',
  239. 'UY': 'Uruguay',
  240. 'UZ': 'Uzbekistan',
  241. 'VA': 'Holy See (Vatican City State)',
  242. 'VC': 'Saint Vincent and the Grenadines',
  243. 'VE': 'Venezuela',
  244. 'VG': 'Virgin Islands, British',
  245. 'VI': 'Virgin Islands, U.S.',
  246. 'VN': 'Vietnam',
  247. 'VU': 'Vanuatu',
  248. 'WF': 'Wallis and Futuna',
  249. 'WS': 'Samoa',
  250. 'YE': 'Yemen',
  251. 'YT': 'Mayotte',
  252. 'ZA': 'South Africa',
  253. 'ZM': 'Zambia',
  254. 'ZW': 'Zimbabwe',
  255. };
  256. export default countries;