From e7df76d7300984bdaca60da70866e871bbb52347 Mon Sep 17 00:00:00 2001 From: Quincy Morgan Date: Sun, 28 Jun 2020 14:37:40 -0400 Subject: [PATCH] Add missing move/rotate relation annotations --- data/core.yaml | 2 ++ dist/locales/en.json | 4 +++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/data/core.yaml b/data/core.yaml index 13b8e2d26..cc4245c08 100644 --- a/data/core.yaml +++ b/data/core.yaml @@ -315,6 +315,7 @@ en: vertex: Moved a node in a way. line: Moved a line. area: Moved an area. + relation: Moved a relation. multiple: Moved multiple features. incomplete_relation: single: This feature can't be moved because it hasn't been fully downloaded. @@ -371,6 +372,7 @@ en: line: Rotated a line. area: Rotated an area. multiple: Rotated multiple features. + relation: Rotated a relation. incomplete_relation: single: This feature can't be rotated because it hasn't been fully downloaded. multiple: These features can't be rotated because they haven't been fully downloaded. diff --git a/dist/locales/en.json b/dist/locales/en.json index 0909d2005..d72275006 100644 --- a/dist/locales/en.json +++ b/dist/locales/en.json @@ -411,6 +411,7 @@ "vertex": "Moved a node in a way.", "line": "Moved a line.", "area": "Moved an area.", + "relation": "Moved a relation.", "multiple": "Moved multiple features." }, "incomplete_relation": { @@ -486,7 +487,8 @@ "annotation": { "line": "Rotated a line.", "area": "Rotated an area.", - "multiple": "Rotated multiple features." + "multiple": "Rotated multiple features.", + "relation": "Rotated a relation." }, "incomplete_relation": { "single": "This feature can't be rotated because it hasn't been fully downloaded.",