From 97cd94b47494b66faf43fbbe0748872da80020a4 Mon Sep 17 00:00:00 2001
From: Benjamin Bellamy <ben@podlibre.org>
Date: Mon, 8 Jun 2020 18:39:08 +0200
Subject: [PATCH] feat: add ISO 3166 country codes

---
 app/Language/en/Countries.php | 261 ++++++++++++++++++++++++++++++++++
 app/Language/fr/Countries.php | 260 +++++++++++++++++++++++++++++++++
 2 files changed, 521 insertions(+)
 create mode 100644 app/Language/en/Countries.php
 create mode 100644 app/Language/fr/Countries.php

diff --git a/app/Language/en/Countries.php b/app/Language/en/Countries.php
new file mode 100644
index 0000000000..1e91d66f60
--- /dev/null
+++ b/app/Language/en/Countries.php
@@ -0,0 +1,261 @@
+<?
+/**
+ * ISO 3166 country codes
+ * @author     Benjamin Bellamy <ben@podlibre.org>
+ * @copyright  2020 Podlibre
+ * @license    https://www.gnu.org/licenses/agpl-3.0.en.html AGPL3
+ * @link       https://castopod.org/
+ */
+
+return [
+    'AD' => 'Andorra',
+    'AE' => 'United Arab Emirates',
+    'AF' => 'Afghanistan',
+    'AG' => 'Antigua and Barbuda',
+    'AI' => 'Anguilla',
+    'AL' => 'Albania',
+    'AM' => 'Armenia',
+    'AO' => 'Angola',
+    'AQ' => 'Antarctica',
+    'AR' => 'Argentina',
+    'AS' => 'American Samoa',
+    'AT' => 'Austria',
+    'AU' => 'Australia',
+    'AW' => 'Aruba',
+    'AX' => 'Ã…land Islands',
+    'AZ' => 'Azerbaijan',
+    'BA' => 'Bosnia and Herzegovina',
+    'BB' => 'Barbados',
+    'BD' => 'Bangladesh',
+    'BE' => 'Belgium',
+    'BF' => 'Burkina Faso',
+    'BG' => 'Bulgaria',
+    'BH' => 'Bahrain',
+    'BI' => 'Burundi',
+    'BJ' => 'Benin',
+    'BL' => 'Saint Barthélemy',
+    'BM' => 'Bermuda',
+    'BN' => 'Brunei Darussalam',
+    'BO' => 'Bolivia, Plurinational State of',
+    'BQ' => 'Bonaire, Sint Eustatius and Saba',
+    'BR' => 'Brazil',
+    'BS' => 'Bahamas',
+    'BT' => 'Bhutan',
+    'BV' => 'Bouvet Island',
+    'BW' => 'Botswana',
+    'BY' => 'Belarus',
+    'BZ' => 'Belize',
+    'CA' => 'Canada',
+    'CC' => 'Cocos (Keeling) Islands',
+    'CD' => 'Congo, the Democratic Republic of the',
+    'CF' => 'Central African Republic',
+    'CG' => 'Congo',
+    'CH' => 'Switzerland',
+    'CI' => 'Côte d\'Ivoire',
+    'CK' => 'Cook Islands',
+    'CL' => 'Chile',
+    'CM' => 'Cameroon',
+    'CN' => 'China',
+    'CO' => 'Colombia',
+    'CR' => 'Costa Rica',
+    'CU' => 'Cuba',
+    'CV' => 'Cape Verde',
+    'CW' => 'Curaçao',
+    'CX' => 'Christmas Island',
+    'CY' => 'Cyprus',
+    'CZ' => 'Czech Republic',
+    'DE' => 'Germany',
+    'DJ' => 'Djibouti',
+    'DK' => 'Denmark',
+    'DM' => 'Dominica',
+    'DO' => 'Dominican Republic',
+    'DZ' => 'Algeria',
+    'EC' => 'Ecuador',
+    'EE' => 'Estonia',
+    'EG' => 'Egypt',
+    'EH' => 'Western Sahara',
+    'ER' => 'Eritrea',
+    'ES' => 'Spain',
+    'ET' => 'Ethiopia',
+    'FI' => 'Finland',
+    'FJ' => 'Fiji',
+    'FK' => 'Falkland Islands (Malvinas)',
+    'FM' => 'Micronesia, Federated States of',
+    'FO' => 'Faroe Islands',
+    'FR' => 'France',
+    'GA' => 'Gabon',
+    'GB' => 'United Kingdom',
+    'GD' => 'Grenada',
+    'GE' => 'Georgia',
+    'GF' => 'French Guiana',
+    'GG' => 'Guernsey',
+    'GH' => 'Ghana',
+    'GI' => 'Gibraltar',
+    'GL' => 'Greenland',
+    'GM' => 'Gambia',
+    'GN' => 'Guinea',
+    'GP' => 'Guadeloupe',
+    'GQ' => 'Equatorial Guinea',
+    'GR' => 'Greece',
+    'GS' => 'South Georgia and the South Sandwich Islands',
+    'GT' => 'Guatemala',
+    'GU' => 'Guam',
+    'GW' => 'Guinea-Bissau',
+    'GY' => 'Guyana',
+    'HK' => 'Hong Kong',
+    'HM' => 'Heard Island and McDonald Islands',
+    'HN' => 'Honduras',
+    'HR' => 'Croatia',
+    'HT' => 'Haiti',
+    'HU' => 'Hungary',
+    'ID' => 'Indonesia',
+    'IE' => 'Ireland',
+    'IL' => 'Israel',
+    'IM' => 'Isle of Man',
+    'IN' => 'India',
+    'IO' => 'British Indian Ocean Territory',
+    'IQ' => 'Iraq',
+    'IR' => 'Iran, Islamic Republic of',
+    'IS' => 'Iceland',
+    'IT' => 'Italy',
+    'JE' => 'Jersey',
+    'JM' => 'Jamaica',
+    'JO' => 'Jordan',
+    'JP' => 'Japan',
+    'KE' => 'Kenya',
+    'KG' => 'Kyrgyzstan',
+    'KH' => 'Cambodia',
+    'KI' => 'Kiribati',
+    'KM' => 'Comoros',
+    'KN' => 'Saint Kitts and Nevis',
+    'KP' => 'Korea, Democratic People\'s Republic of',
+    'KR' => 'Korea, Republic of',
+    'KW' => 'Kuwait',
+    'KY' => 'Cayman Islands',
+    'KZ' => 'Kazakhstan',
+    'LA' => 'Lao People\'s Democratic Republic',
+    'LB' => 'Lebanon',
+    'LC' => 'Saint Lucia',
+    'LI' => 'Liechtenstein',
+    'LK' => 'Sri Lanka',
+    'LR' => 'Liberia',
+    'LS' => 'Lesotho',
+    'LT' => 'Lithuania',
+    'LU' => 'Luxembourg',
+    'LV' => 'Latvia',
+    'LY' => 'Libya',
+    'MA' => 'Morocco',
+    'MC' => 'Monaco',
+    'MD' => 'Moldova, Republic of',
+    'ME' => 'Montenegro',
+    'MF' => 'Saint Martin (French part)',
+    'MG' => 'Madagascar',
+    'MH' => 'Marshall Islands',
+    'MK' => 'Macedonia, the Former Yugoslav Republic of',
+    'ML' => 'Mali',
+    'MM' => 'Myanmar',
+    'MN' => 'Mongolia',
+    'MO' => 'Macao',
+    'MP' => 'Northern Mariana Islands',
+    'MQ' => 'Martinique',
+    'MR' => 'Mauritania',
+    'MS' => 'Montserrat',
+    'MT' => 'Malta',
+    'MU' => 'Mauritius',
+    'MV' => 'Maldives',
+    'MW' => 'Malawi',
+    'MX' => 'Mexico',
+    'MY' => 'Malaysia',
+    'MZ' => 'Mozambique',
+    'N/A' => 'Not Applicable (local IP…)',
+    'NA' => 'Namibia',
+    'NC' => 'New Caledonia',
+    'NE' => 'Niger',
+    'NF' => 'Norfolk Island',
+    'NG' => 'Nigeria',
+    'NI' => 'Nicaragua',
+    'NL' => 'Netherlands',
+    'NO' => 'Norway',
+    'NP' => 'Nepal',
+    'NR' => 'Nauru',
+    'NU' => 'Niue',
+    'NZ' => 'New Zealand',
+    'OM' => 'Oman',
+    'PA' => 'Panama',
+    'PE' => 'Peru',
+    'PF' => 'French Polynesia',
+    'PG' => 'Papua New Guinea',
+    'PH' => 'Philippines',
+    'PK' => 'Pakistan',
+    'PL' => 'Poland',
+    'PM' => 'Saint Pierre and Miquelon',
+    'PN' => 'Pitcairn',
+    'PR' => 'Puerto Rico',
+    'PS' => 'Palestine, State of',
+    'PT' => 'Portugal',
+    'PW' => 'Palau',
+    'PY' => 'Paraguay',
+    'QA' => 'Qatar',
+    'RE' => 'Réunion',
+    'RO' => 'Romania',
+    'RS' => 'Serbia',
+    'RU' => 'Russian Federation',
+    'RW' => 'Rwanda',
+    'SA' => 'Saudi Arabia',
+    'SB' => 'Solomon Islands',
+    'SC' => 'Seychelles',
+    'SD' => 'Sudan',
+    'SE' => 'Sweden',
+    'SG' => 'Singapore',
+    'SH' => 'Saint Helena, Ascension and Tristan da Cunha',
+    'SI' => 'Slovenia',
+    'SJ' => 'Svalbard and Jan Mayen',
+    'SK' => 'Slovakia',
+    'SL' => 'Sierra Leone',
+    'SM' => 'San Marino',
+    'SN' => 'Senegal',
+    'SO' => 'Somalia',
+    'SR' => 'Suriname',
+    'SS' => 'South Sudan',
+    'ST' => 'Sao Tome and Principe',
+    'SV' => 'El Salvador',
+    'SX' => 'Sint Maarten (Dutch part)',
+    'SY' => 'Syrian Arab Republic',
+    'SZ' => 'Swaziland',
+    'TC' => 'Turks and Caicos Islands',
+    'TD' => 'Chad',
+    'TF' => 'French Southern Territories',
+    'TG' => 'Togo',
+    'TH' => 'Thailand',
+    'TJ' => 'Tajikistan',
+    'TK' => 'Tokelau',
+    'TL' => 'Timor-Leste',
+    'TM' => 'Turkmenistan',
+    'TN' => 'Tunisia',
+    'TO' => 'Tonga',
+    'TR' => 'Turkey',
+    'TT' => 'Trinidad and Tobago',
+    'TV' => 'Tuvalu',
+    'TW' => 'Taiwan, Province of China',
+    'TZ' => 'Tanzania, United Republic of',
+    'UA' => 'Ukraine',
+    'UG' => 'Uganda',
+    'UM' => 'United States Minor Outlying Islands',
+    'US' => 'United States',
+    'UY' => 'Uruguay',
+    'UZ' => 'Uzbekistan',
+    'VA' => 'Holy See (Vatican City State)',
+    'VC' => 'Saint Vincent and the Grenadines',
+    'VE' => 'Venezuela, Bolivarian Republic of',
+    'VG' => 'Virgin Islands, British',
+    'VI' => 'Virgin Islands, U.S.',
+    'VN' => 'Viet Nam',
+    'VU' => 'Vanuatu',
+    'WF' => 'Wallis and Futuna',
+    'WS' => 'Samoa',
+    'YE' => 'Yemen',
+    'YT' => 'Mayotte',
+    'ZA' => 'South Africa',
+    'ZM' => 'Zambia',
+    'ZW' => 'Zimbabwe',
+];
\ No newline at end of file
diff --git a/app/Language/fr/Countries.php b/app/Language/fr/Countries.php
new file mode 100644
index 0000000000..b9cd78e3b1
--- /dev/null
+++ b/app/Language/fr/Countries.php
@@ -0,0 +1,260 @@
+<?
+/**
+ * ISO 3166 country codes
+ * @author     Benjamin Bellamy <ben@podlibre.org>
+ * @copyright  2020 Podlibre
+ * @license    https://www.gnu.org/licenses/agpl-3.0.en.html AGPL3
+ * @link       https://castopod.org/
+ */
+
+return ['AF ' => 'Afghanistan',
+    'ZA ' => 'Afrique Du Sud',
+    'AX ' => 'Ã…land, ÃŽles',
+    'AL ' => 'Albanie',
+    'DZ ' => 'Algérie',
+    'DE ' => 'Allemagne',
+    'AD ' => 'Andorre',
+    'AO ' => 'Angola',
+    'AI ' => 'Anguilla',
+    'AQ ' => 'Antarctique',
+    'AG ' => 'Antigua-Et-Barbuda',
+    'SA ' => 'Arabie Saoudite',
+    'AR ' => 'Argentine',
+    'AM ' => 'Arménie',
+    'AW ' => 'Aruba',
+    'AU ' => 'Australie',
+    'AT ' => 'Autriche',
+    'AZ ' => 'Azerbaïdjan',
+    'BS ' => 'Bahamas',
+    'BH ' => 'Bahreïn',
+    'BD ' => 'Bangladesh',
+    'BB ' => 'Barbade',
+    'BY ' => 'Bélarus',
+    'BE ' => 'Belgique',
+    'BZ ' => 'Belize',
+    'BJ ' => 'Bénin',
+    'BM ' => 'Bermudes',
+    'BT ' => 'Bhoutan',
+    'BO ' => 'Bolivie, État Plurinational De',
+    'BQ ' => 'Bonaire, Saint-Eustache Et Saba',
+    'BA ' => 'Bosnie-Herzégovine',
+    'BW ' => 'Botswana',
+    'BV ' => 'Bouvet, ÃŽle',
+    'BR ' => 'Brésil',
+    'BN ' => 'Brunéi Darussalam',
+    'BG ' => 'Bulgarie',
+    'BF ' => 'Burkina Faso',
+    'BI ' => 'Burundi',
+    'KY ' => 'Caïmanes, Îles',
+    'KH ' => 'Cambodge',
+    'CM ' => 'Cameroun',
+    'CA ' => 'Canada',
+    'CV ' => 'Cabo Verde',
+    'CF ' => 'Centrafricaine, République',
+    'CL ' => 'Chili',
+    'CN ' => 'Chine',
+    'CX ' => 'Christmas, ÃŽle',
+    'CY ' => 'Chypre',
+    'CC ' => 'Cocos (Keeling), ÃŽles',
+    'CO ' => 'Colombie',
+    'KM ' => 'Comores',
+    'CG ' => 'Congo',
+    'CD ' => 'Congo, La République Démocratique Du',
+    'CK ' => 'Cook, ÃŽles',
+    'KR ' => 'Corée, République De',
+    'KP ' => 'Corée, République Populaire Démocratique De',
+    'CR ' => 'Costa Rica',
+    'CI ' => 'Côte D’ivoire',
+    'HR ' => 'Croatie',
+    'CU ' => 'Cuba',
+    'CW ' => 'Curaçao',
+    'DK ' => 'Danemark',
+    'DJ ' => 'Djibouti',
+    'DO ' => 'Dominicaine, République',
+    'DM ' => 'Dominique',
+    'EG ' => 'Égypte',
+    'SV ' => 'El Salvador',
+    'AE ' => 'Émirats Arabes Unis',
+    'EC ' => 'Équateur',
+    'ER ' => 'Érythrée',
+    'ES ' => 'Espagne',
+    'EE ' => 'Estonie',
+    'US ' => 'États-Unis',
+    'ET ' => 'Éthiopie',
+    'FK ' => 'Falkland, ÃŽles (Malvinas)',
+    'FO ' => 'Féroé, Îles',
+    'FJ ' => 'Fidji',
+    'FI ' => 'Finlande',
+    'FR ' => 'France',
+    'GA ' => 'Gabon',
+    'GM ' => 'Gambie',
+    'GE ' => 'Géorgie',
+    'GS ' => 'Géorgie Du Sud Et Les Îles Sandwich Du Sud',
+    'GH ' => 'Ghana',
+    'GI ' => 'Gibraltar',
+    'GR ' => 'Grèce',
+    'GD ' => 'Grenade',
+    'GL ' => 'Groenland',
+    'GP ' => 'Guadeloupe',
+    'GU ' => 'Guam',
+    'GT ' => 'Guatemala',
+    'GG ' => 'Guernesey',
+    'GN ' => 'Guinée',
+    'GW ' => 'Guinée-Bissau',
+    'GQ ' => 'Guinée Équatoriale',
+    'GY ' => 'Guyana',
+    'GF ' => 'Guyane Française',
+    'HT ' => 'Haïti',
+    'HM ' => 'Heard Et Macdonald, ÃŽles',
+    'HN ' => 'Honduras',
+    'HK ' => 'Hong Kong',
+    'HU ' => 'Hongrie',
+    'IM ' => 'ÃŽle De Man',
+    'UM ' => 'Îles Mineures Éloignées Des États-Unis',
+    'VG ' => 'ÃŽles Vierges Britanniques',
+    'VI ' => 'Îles Vierges Des États-Unis',
+    'IN ' => 'Inde',
+    'ID ' => 'Indonésie',
+    'IR ' => 'Iran, République Islamique D\'',
+    'IQ ' => 'Iraq',
+    'IE ' => 'Irlande',
+    'IS ' => 'Islande',
+    'IL ' => 'Israël',
+    'IT ' => 'Italie',
+    'JM ' => 'Jamaïque',
+    'JP ' => 'Japon',
+    'JE ' => 'Jersey',
+    'JO ' => 'Jordanie',
+    'KZ ' => 'Kazakhstan',
+    'KE ' => 'Kenya',
+    'KG ' => 'Kirghizistan',
+    'KI ' => 'Kiribati',
+    'KW ' => 'Koweït',
+    'LA ' => 'Lao, République Démocratique Populaire',
+    'LS ' => 'Lesotho',
+    'LV ' => 'Lettonie',
+    'LB ' => 'Liban',
+    'LR ' => 'Libéria',
+    'LY ' => 'Libye',
+    'LI ' => 'Liechtenstein',
+    'LT ' => 'Lituanie',
+    'LU ' => 'Luxembourg',
+    'MO ' => 'Macao',
+    'MK ' => 'République De Macédoine',
+    'MG ' => 'Madagascar',
+    'MY ' => 'Malaisie',
+    'MW ' => 'Malawi',
+    'MV ' => 'Maldives',
+    'ML ' => 'Mali',
+    'MT ' => 'Malte',
+    'MP ' => 'Mariannes Du Nord, ÃŽles',
+    'MA ' => 'Maroc',
+    'MH ' => 'Marshall, ÃŽles',
+    'MQ ' => 'Martinique',
+    'MU ' => 'Maurice',
+    'MR ' => 'Mauritanie',
+    'YT ' => 'Mayotte',
+    'MX ' => 'Mexique',
+    'FM ' => 'Micronésie, États Fédérés De',
+    'MD ' => 'Moldavie',
+    'MC ' => 'Monaco',
+    'MN ' => 'Mongolie',
+    'ME ' => 'Monténégro',
+    'MS ' => 'Montserrat',
+    'MZ ' => 'Mozambique',
+    'MM ' => 'Myanmar',
+    'NA ' => 'Namibie',
+    'N/A' => 'Non Applicable (IP locale…)',
+    'NR ' => 'Nauru',
+    'NP ' => 'Népal',
+    'NI ' => 'Nicaragua',
+    'NE ' => 'Niger',
+    'NG ' => 'Nigéria',
+    'NU ' => 'Niué',
+    'NF ' => 'Norfolk, ÃŽle',
+    'NO ' => 'Norvège',
+    'NC ' => 'Nouvelle-Calédonie',
+    'NZ ' => 'Nouvelle-Zélande',
+    'IO ' => 'Océan Indien, Territoire Britannique De L\'',
+    'OM ' => 'Oman',
+    'UG ' => 'Ouganda',
+    'UZ ' => 'Ouzbékistan',
+    'PK ' => 'Pakistan',
+    'PW ' => 'Palaos',
+    'PS ' => 'État De Palestine',
+    'PA ' => 'Panama',
+    'PG ' => 'Papouasie-Nouvelle-Guinée',
+    'PY ' => 'Paraguay',
+    'NL ' => 'Pays-Bas',
+    'PE ' => 'Pérou',
+    'PH ' => 'Philippines',
+    'PN ' => 'Pitcairn',
+    'PL ' => 'Pologne',
+    'PF ' => 'Polynésie Française',
+    'PR ' => 'Porto Rico',
+    'PT ' => 'Portugal',
+    'QA ' => 'Qatar',
+    'RE ' => 'Réunion',
+    'RO ' => 'Roumanie',
+    'GB ' => 'Royaume-Uni',
+    'RU ' => 'Russie, Fédération De',
+    'RW ' => 'Rwanda',
+    'EH ' => 'Sahara Occidental',
+    'BL ' => 'Saint-Barthélemy',
+    'KN ' => 'Saint-Kitts-Et-Nevis',
+    'SM ' => 'Saint-Marin',
+    'MF ' => 'Saint-Martin (Partie Française)',
+    'SX ' => 'Saint-Martin (Partie Néerlandaise)',
+    'PM ' => 'Saint-Pierre-Et-Miquelon',
+    'VA ' => 'Saint-Siège (État De La Cité Du Vatican)',
+    'VC ' => 'Saint-Vincent-Et-Les-Grenadines',
+    'SH ' => 'Sainte-Hélène, Ascension Et Tristan Da Cunha',
+    'LC ' => 'Sainte-Lucie',
+    'SB ' => 'Salomon, ÃŽles',
+    'WS ' => 'Samoa',
+    'AS ' => 'Samoa Américaines',
+    'ST ' => 'Sao Tomé-Et-Principe',
+    'SN ' => 'Sénégal',
+    'RS ' => 'Serbie',
+    'SC ' => 'Seychelles',
+    'SL ' => 'Sierra Leone',
+    'SG ' => 'Singapour',
+    'SK ' => 'Slovaquie',
+    'SI ' => 'Slovénie',
+    'SO ' => 'Somalie',
+    'SD ' => 'Soudan',
+    'SS ' => 'Soudan Du Sud',
+    'LK ' => 'Sri Lanka',
+    'SE ' => 'Suède',
+    'CH ' => 'Suisse',
+    'SR ' => 'Suriname',
+    'SJ ' => 'Svalbard Et ÃŽle Jan Mayen',
+    'SZ ' => 'Eswatini',
+    'SY ' => 'Syrienne, République Arabe',
+    'TJ ' => 'Tadjikistan',
+    'TW ' => 'Taïwan, Province De Chine',
+    'TZ ' => 'Tanzanie, République Unie De',
+    'TD ' => 'Tchad',
+    'CZ ' => 'Tchéquie',
+    'TF ' => 'Terres Australes Françaises',
+    'TH ' => 'Thaïlande',
+    'TL ' => 'Timor-Leste',
+    'TG ' => 'Togo',
+    'TK ' => 'Tokelau',
+    'TO ' => 'Tonga',
+    'TT ' => 'Trinité-Et-Tobago',
+    'TN ' => 'Tunisie',
+    'TM ' => 'Turkménistan',
+    'TC ' => 'Turks Et Caïques, Îles',
+    'TR ' => 'Turquie',
+    'TV ' => 'Tuvalu',
+    'UA ' => 'Ukraine',
+    'UY ' => 'Uruguay',
+    'VU ' => 'Vanuatu',
+    'VE ' => 'Venezuela, République Bolivarienne Du',
+    'VN ' => 'Viet Nam',
+    'WF ' => 'Wallis-Et-Futuna',
+    'YE ' => 'Yémen',
+    'ZM ' => 'Zambie',
+    'ZW ' => 'Zimbabwe',
+];
\ No newline at end of file
-- 
GitLab