Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Castopod Host
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Sebastian Späth
Castopod Host
Commits
97cd94b4
Commit
97cd94b4
authored
4 years ago
by
Benjamin Bellamy
Committed by
Yassine Doghri
4 years ago
Browse files
Options
Downloads
Patches
Plain Diff
feat: add ISO 3166 country codes
parent
0c90db44
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
app/Language/en/Countries.php
+261
-0
261 additions, 0 deletions
app/Language/en/Countries.php
app/Language/fr/Countries.php
+260
-0
260 additions, 0 deletions
app/Language/fr/Countries.php
with
521 additions
and
0 deletions
app/Language/en/Countries.php
0 → 100644
+
261
−
0
View file @
97cd94b4
<?
/**
* 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
This diff is collapsed.
Click to expand it.
app/Language/fr/Countries.php
0 → 100644
+
260
−
0
View file @
97cd94b4
<?
/**
* 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
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment