Other changes to expose new operation

This commit is contained in:
Jon D
2016-11-05 15:04:27 +00:00
parent 79a69b5241
commit 3052466f75
4 changed files with 13 additions and 0 deletions
+5
View File
@@ -106,6 +106,11 @@ en:
not_connected: There aren't enough lines/areas here to disconnect.
connected_to_hidden: This can't be disconnected because it is connected to a hidden feature.
relation: This can't be disconnected because it connects members of a relation.
flip:
title: Flip Horizontal
description: Flip this area horizontally.
key: F
annotation: Flipped an area horizontally.
merge:
title: Merge
description: Merge these features.
+6
View File
@@ -137,6 +137,12 @@
"connected_to_hidden": "This can't be disconnected because it is connected to a hidden feature.",
"relation": "This can't be disconnected because it connects members of a relation."
},
"flip": {
"title": "Flip Horizontal",
"description": "Flip this area horizontally.",
"key": "F",
"annotation": "Flipped an area horizontally."
},
"merge": {
"title": "Merge",
"description": "Merge these features.",
+1
View File
@@ -31,3 +31,4 @@ export { actionRotateWay } from './rotate_way';
export { actionSplit } from './split';
export { actionStraighten } from './straighten';
export { actionUnrestrictTurn } from './unrestrict_turn';
export { actionFlip } from './flip';
+1
View File
@@ -9,3 +9,4 @@ export { operationReverse } from './reverse';
export { operationRotate } from './rotate';
export { operationSplit } from './split';
export { operationStraighten } from './straighten';
export { operationFlip } from './flip';