From 0a7cf7bf59625203f270fd2d695830604bb68bcc Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Sun, 26 Feb 2023 21:13:44 +0300 Subject: [PATCH] Import iso-codes snapshot After my merge request to Debian's iso-codes package was merged we now no longer need to maintain local overrides for Iran, Laos, and Syria, as those are officially in iso-codes. See: https://salsa.debian.org/iso-codes-team/iso-codes/-/merge_requests/32 --- .../cgspace/ctasks/cgspace-countries.json | 22 ------------------- .../ilri/cgspace/ctasks/iso_3166-1.json | 3 +++ 2 files changed, 3 insertions(+), 22 deletions(-) diff --git a/src/main/resources/io/github/ilri/cgspace/ctasks/cgspace-countries.json b/src/main/resources/io/github/ilri/cgspace/ctasks/cgspace-countries.json index e25f3a3..c0830be 100644 --- a/src/main/resources/io/github/ilri/cgspace/ctasks/cgspace-countries.json +++ b/src/main/resources/io/github/ilri/cgspace/ctasks/cgspace-countries.json @@ -16,14 +16,6 @@ "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", @@ -33,13 +25,6 @@ "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", @@ -55,12 +40,5 @@ "cgspace_name": "Russia", "numeric": "643" }, - { - "alpha_2": "SY", - "alpha_3": "SYR", - "name": "Syrian Arab Republic", - "cgspace_name": "Syria", - "numeric": "760" - } ] } diff --git a/src/main/resources/io/github/ilri/cgspace/ctasks/iso_3166-1.json b/src/main/resources/io/github/ilri/cgspace/ctasks/iso_3166-1.json index 048c855..ee48a43 100644 --- a/src/main/resources/io/github/ilri/cgspace/ctasks/iso_3166-1.json +++ b/src/main/resources/io/github/ilri/cgspace/ctasks/iso_3166-1.json @@ -821,6 +821,7 @@ { "alpha_2": "IR", "alpha_3": "IRN", + "common_name": "Iran", "flag": "🇮🇷", "name": "Iran, Islamic Republic of", "numeric": "364", @@ -953,6 +954,7 @@ { "alpha_2": "LA", "alpha_3": "LAO", + "common_name": "Laos", "flag": "🇱🇦", "name": "Lao People's Democratic Republic", "numeric": "418" @@ -1653,6 +1655,7 @@ { "alpha_2": "SY", "alpha_3": "SYR", + "common_name": "Syria", "flag": "🇸🇾", "name": "Syrian Arab Republic", "numeric": "760"