From d605c58c9f9a5d553bb32f5f22ae21c6d8e6543c Mon Sep 17 00:00:00 2001 From: Tyler Dunn Date: Mon, 25 Oct 2021 05:37:59 -0400 Subject: [PATCH] Add missing flag to country.json (#872) Closes #871 --- country.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/country.json b/country.json index ab8bdca7..dd2ba351 100644 --- a/country.json +++ b/country.json @@ -454,6 +454,13 @@ "iso": true, "name": "Algeria" }, + { + "code": "ea", + "flag_1x1": "flags/1x1/ea.svg", + "flag_4x3": "flags/4x3/ea.svg", + "iso": false, + "name": "Ceuta & Melilla" + }, { "code": "ec", "flag_1x1": "flags/1x1/ec.svg",