-
Notifications
You must be signed in to change notification settings - Fork 35
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
3923410
commit c835b26
Showing
8 changed files
with
77 additions
and
66 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
8 changes: 4 additions & 4 deletions
8
src/components/OSMElementData/Messages.js → src/components/OSMElementTags/Messages.js
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,21 +1,21 @@ | ||
import { defineMessages } from 'react-intl' | ||
|
||
/** | ||
* Internationalized messages for use with OSMElementData | ||
* Internationalized messages for use with OSMElementTags | ||
*/ | ||
export default defineMessages({ | ||
noOSMElements: { | ||
id: "OSMElementData.noOSMElements", | ||
id: "OSMElementTags.noOSMElements", | ||
defaultMessage: "No OSM elements identified in task", | ||
}, | ||
|
||
elementFetchFailed: { | ||
id: "OSMElementData.elementFetchFailed", | ||
id: "OSMElementTags.elementFetchFailed", | ||
defaultMessage: "Failed to fetch tags for {element}", | ||
}, | ||
|
||
viewOSMLabel: { | ||
id: "OSMElementData.controls.viewOSM.label", | ||
id: "OSMElementTags.controls.viewOSM.label", | ||
defaultMessage: "View OSM", | ||
}, | ||
}) |
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
File renamed without changes.
This file was deleted.
Oops, something went wrong.
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 |
---|---|---|
@@ -0,0 +1,16 @@ | ||
import { defineMessages } from 'react-intl' | ||
|
||
/** | ||
* Internationalized messages for use with OSMElementTagsWidget | ||
*/ | ||
export default defineMessages({ | ||
label: { | ||
id: "Widgets.OSMElementTagsWidget.label", | ||
defaultMessage: "OSM Element Tags", | ||
}, | ||
|
||
title: { | ||
id: "Widgets.OSMElementTagsWidget.title", | ||
defaultMessage: "OSM Element Tags", | ||
}, | ||
}) |
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