From 2381536faf504766c6dacbfec58b74fa66d383dc Mon Sep 17 00:00:00 2001 From: Bryan Housel Date: Fri, 20 Apr 2018 00:30:33 -0400 Subject: [PATCH] Add OSM Austria Forum (closes #96) --- i18n/en.yaml | 3 +++ resources/europe/at/at-forum.json | 11 +++++++++++ 2 files changed, 14 insertions(+) create mode 100644 resources/europe/at/at-forum.json diff --git a/i18n/en.yaml b/i18n/en.yaml index 51658958b..bddcee1e5 100644 --- a/i18n/en.yaml +++ b/i18n/en.yaml @@ -105,6 +105,9 @@ en: OSM-TW-mailinglist: name: OpenStreetMap Taiwan Mailinglist description: Talk-tw is an Official Mailinglist for the Communities to dicuss matters about Taiwan + at-forum: + name: OpenStreetMap Austria Forum + description: The official forum for OpenStreetMap questions in and around Austria at-mailinglist: name: Talk-at Mailing List description: Talk-at is the official mailing list for the Austrian OSM community diff --git a/resources/europe/at/at-forum.json b/resources/europe/at/at-forum.json new file mode 100644 index 000000000..7b963e59e --- /dev/null +++ b/resources/europe/at/at-forum.json @@ -0,0 +1,11 @@ +{ + "id": "at-forum", + "featureId": "austria", + "type": "forum", + "name": "OpenStreetMap Austria Forum", + "countryCodes": ["at"], + "languageCodes": ["en", "de"], + "description": "The official forum for OpenStreetMap questions in and around Austria", + "url": "https://forum.openstreetmap.org/viewforum.php?id=89", + "contacts": [{"name": "emga", "email": "emgaosm@gmail.com"}] +} \ No newline at end of file