src/main/resources: Adjust CGSpace country list

Based on Peter's preferred display values for these countries. We
will still use their ISO 3166-1 country codes so we include their
appropriate data from the iso-codes iso_3166-1.json list.
This commit is contained in:
Alan Orth 2020-08-01 11:50:55 +03:00
parent 4a6edba467
commit fdcd1811a2
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9
1 changed files with 53 additions and 1 deletions

View File

@ -13,9 +13,61 @@
"alpha_2": "PS",
"alpha_3": "PSE",
"name": "Palestine State of",
"cgspace_name": "Palestine",
"cgspace_name": "Palestine, State of",
"numeric": "275",
"official_name": "the State of Palestine"
},
{
"alpha_2": "CD",
"alpha_3": "COD",
"cgspace_name": "Congo, Democratic Republic of",
"name": "Congo, The Democratic Republic of the",
"numeric": "180"
},
{
"alpha_2": "IR",
"alpha_3": "IRN",
"name": "Iran, Islamic Republic of",
"cgspace_name": "Iran",
"numeric": "364",
"official_name": "Islamic Republic of Iran"
},
{
"alpha_2": "KP",
"alpha_3": "PRK",
"name": "Korea, Democratic People's Republic of",
"cgspace_name": "Korea, DPR",
"numeric": "408",
"official_name": "Democratic People's Republic of Korea"
},
{
"alpha_2": "LA",
"alpha_3": "LAO",
"name": "Lao People's Democratic Republic",
"cgspace_name": "Laos",
"numeric": "418"
},
{
"alpha_2": "FM",
"alpha_3": "FSM",
"name": "Micronesia, Federated States of",
"cgspace_name": "Micronesia",
"numeric": "583",
"official_name": "Federated States of Micronesia"
},
{
"alpha_2": "RU",
"alpha_3": "RUS",
"name": "Russian Federation",
"cgspace_name": "Russia",
"numeric": "643"
},
{
"alpha_2": "SY",
"alpha_3": "SYR",
"name": "Syrian Arab Republic",
"cgspace_name": "Syria",
"numeric": "760"
}
]
}