-
Notifications
You must be signed in to change notification settings - Fork 163
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix scandanavia-discord name and community fields
(re: #775)
- Loading branch information
Showing
5 changed files
with
27 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,12 @@ | ||
{ | ||
"id": "de-mainz-signal", | ||
"type": "signal", | ||
"locationSet": {"include": [[8.27, 50, 10]]}, | ||
"languageCodes": ["de"], | ||
"strings": { | ||
"community": "OSM Mainz", | ||
"communityID": "osmmainz", | ||
"description": "OpenStreetMap in Mainz, Wiesbaden und Umgebung", | ||
"url": "https://signal.group/#CjQKIJUReW0GI6oi97leIr_OdN2EpdopcGLB0PJmTpepkSSOEhAqTQBb93nQMow_YwHCDu9S" | ||
} | ||
"id": "de-mainz-signal", | ||
"type": "signal", | ||
"locationSet": {"include": [[8.27, 50, 10]]}, | ||
"languageCodes": ["de"], | ||
"strings": { | ||
"community": "OSM Mainz", | ||
"communityID": "osmmainz", | ||
"description": "OpenStreetMap in Mainz, Wiesbaden und Umgebung", | ||
"url": "https://signal.group/#CjQKIJUReW0GI6oi97leIr_OdN2EpdopcGLB0PJmTpepkSSOEhAqTQBb93nQMow_YwHCDu9S" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
{ | ||
"id": "skandinaviskt-discord", | ||
"id": "scandinavia-discord", | ||
"type": "discord", | ||
"account": "se", | ||
"locationSet": {"include": ["se"]}, | ||
"languageCodes": ["sv"], | ||
"order": 2, | ||
"strings": { | ||
"community": "Scandinavian discord channel on OpenStreetMap World Discord", | ||
"communityID": "scandinaviandiscordchannelonopenstreetmapworlddiscord", | ||
"community": "OpenStreetMap Sweden", | ||
"communityID": "openstreetmapsweden", | ||
"name": "Scandinavian channel on OpenStreetMap World Discord", | ||
"url": "https://discord.com/channels/413070382636072960/937709499211477092" | ||
} | ||
} |