diff --git a/i18n/en.yaml b/i18n/en.yaml index 32f599af3..6ab191ab4 100644 --- a/i18n/en.yaml +++ b/i18n/en.yaml @@ -281,6 +281,11 @@ en: name: OpenStreetMap Bangladesh description: Improve OpenStreetMap in Bangladesh extendedDescription: 'Mapping in Bangladesh? Have questions, want to connect with the community here? Join us at {url}. All are welcome!' + events: + sotmasia2019: + name: State of the Map Asia 2019 + description: Join the 2019 OpenStreetMap region-wide event at State of the Map Asia in Dhaka + where: 'Krishibid Institution Bangladesh (KIB), Dhaka, Bangladesh' ym-Asian-University-for-Women: name: YouthMappers at AUW description: YouthMappers chapter at Asian University for Women @@ -316,11 +321,6 @@ en: name: OpenStreetMap India - Participatory neighborhood mapping description: Improve OpenStreetMap in India extendedDescription: 'Mapping in India? Have questions, want to connect with the community here? Join us at {url}. All are welcome!' - events: - sotmasia2018: - name: State of the Map Asia 2018 - description: Join the 2018 OpenStreetMap region-wide event at State of the Map Asia in India - where: 'Indian Institute of Management, Bangalore, India' osm-india-forum: name: OpenStreetMap India forum description: OpenStreetMap India web forum diff --git a/resources/asia/bangladesh/osm-bangladesh-facebook.json b/resources/asia/bangladesh/osm-bangladesh-facebook.json index 7b22d3e88..f4a0046ad 100644 --- a/resources/asia/bangladesh/osm-bangladesh-facebook.json +++ b/resources/asia/bangladesh/osm-bangladesh-facebook.json @@ -7,5 +7,16 @@ "extendedDescription": "Mapping in Bangladesh? Have questions, want to connect with the community here? Join us at {url}. All are welcome!", "url": "https://www.facebook.com/groups/osmbd/", "contacts": [{"name": "Ahasanul Hoque", "email": "hoque.ahasan@gmail.com"}], + "events": [ + { + "id": "sotmasia2019", + "i18n": true, + "name": "State of the Map Asia 2019", + "description": "Join the 2019 OpenStreetMap region-wide event at State of the Map Asia in Dhaka", + "where": "Krishibid Institution Bangladesh (KIB), Dhaka, Bangladesh", + "when": "2019-11-01", + "url": "http://stateofthemap.asia/" + } + ], "order": 3 -} \ No newline at end of file +}