From 3222adcc18270426111ce6ba8a74c299664c504b Mon Sep 17 00:00:00 2001 From: Nikos Roussos Date: Tue, 16 Feb 2021 18:03:02 +0200 Subject: [PATCH] PLANET-5928 Fix GPAo order --- templates/countries.json | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/templates/countries.json b/templates/countries.json index 1229acc0ac..2764807cbd 100644 --- a/templates/countries.json +++ b/templates/countries.json @@ -22,6 +22,17 @@ } ] }, + { + "name": "Aotearoa", + "codes": ["NZ"], + "lang": [ + { + "name": "English", + "url": "https://www.greenpeace.org/aotearoa/", + "locale": ["en-NZ"] + } + ] + }, { "name": "Argentina", "codes": ["AR"], @@ -424,17 +435,6 @@ } ] }, - { - "name": "Aotearoa", - "codes": ["NZ"], - "lang": [ - { - "name": "English", - "url": "https://www.greenpeace.org/aotearoa/", - "locale": ["en-NZ"] - } - ] - }, { "name": "Norway", "codes": ["NO"],