diff --git a/resources/north-america/canada/OSM-CA-mailinglist.json b/resources/north-america/canada/OSM-CA-mailinglist.json index c55791d6..5194922b 100644 --- a/resources/north-america/canada/OSM-CA-mailinglist.json +++ b/resources/north-america/canada/OSM-CA-mailinglist.json @@ -4,6 +4,7 @@ "account": "talk-ca", "locationSet": {"include": ["ca"]}, "languageCodes": ["en", "fr"], + "order": -1, "strings": { "community": "OpenStreetMap Canada", "communityID": "openstreetmapcanada" diff --git a/resources/north-america/canada/OSM-CA-matrix b/resources/north-america/canada/OSM-CA-matrix.json similarity index 95% rename from resources/north-america/canada/OSM-CA-matrix rename to resources/north-america/canada/OSM-CA-matrix.json index 4317f3b9..c01a67bb 100644 --- a/resources/north-america/canada/OSM-CA-matrix +++ b/resources/north-america/canada/OSM-CA-matrix.json @@ -4,6 +4,7 @@ "account": "osmca", "locationSet": {"include": ["ca"]}, "languageCodes": ["en", "fr"], + "order": -2, "strings": { "community": "OpenStreetMap Canada", "communityID": "openstreetmapcanada", diff --git a/resources/north-america/canada/ca-discourse.json b/resources/north-america/canada/ca-discourse.json new file mode 100644 index 00000000..9c2b7fc3 --- /dev/null +++ b/resources/north-america/canada/ca-discourse.json @@ -0,0 +1,12 @@ +{ + "id": "ca-discourse", + "type": "discourse", + "account": "ca", + "locationSet": {"include": ["ca"]}, + "languageCodes": ["en", "fr"], + "order": 1, + "strings": { + "community": "OpenStreetMap Canada", + "communityID": "openstreetmapcanada" + } +}