diff --git a/i18n/en.yaml b/i18n/en.yaml index 9193268f1..5a1830bca 100644 --- a/i18n/en.yaml +++ b/i18n/en.yaml @@ -634,6 +634,9 @@ en: name: State of the Map Latam 2018 description: 'State of the Map Latam is the annual conference for all mappers and users of OpenStreetMap in Latin America. The program includes talks, panels, workshops, and mapathons related to OpenStreetMap.' where: 'Buenos Aires, Argentina' + OSM-Discord: + name: OpenStreetMap Discord + description: Get in touch with other mappers via Discord OSM-Facebook: name: OpenStreetMap on Facebook description: Like us on Facebook for news and updates about OpenStreetMap. diff --git a/resources/world/OSM-Discord.json b/resources/world/OSM-Discord.json new file mode 100644 index 000000000..b571d3a19 --- /dev/null +++ b/resources/world/OSM-Discord.json @@ -0,0 +1,11 @@ +{ + "id": "OSM-Discord", + "type": "discord", + "languageCodes": ["en"], + "name": "OpenStreetMap Discord", + "description": "Get in touch with other mappers via Discord", + "url": "https://discord.gg/SRZUYUz", + "contacts": [ + {"name": "Austin Harrison", "email": "jaustinharrison@gmail.com"} + ] +} \ No newline at end of file