diff --git a/packages/tldraw/src/components/ToolsPanel/ActionButton.tsx b/packages/tldraw/src/components/ToolsPanel/ActionButton.tsx index 9b8ee2031..b6a459e27 100644 --- a/packages/tldraw/src/components/ToolsPanel/ActionButton.tsx +++ b/packages/tldraw/src/components/ToolsPanel/ActionButton.tsx @@ -196,149 +196,156 @@ export function ActionButton() { <> - - + + - - - - + + + + - - - - - {isAllLocked ? : } - - - - - {isAllAspectLocked ? : } - - - + + - + + {isAllLocked ? : } + + + + + {isAllAspectLocked ? : } + + + + - - + + - - + + - - - - + + + + - - - - + + + + - - - - + + + + - - - - + + + + - - + + - - - - + + + + + - - - - - - + + + + + + + + + - - - + + + + - - + + + + - - - - + + + + + - - - - - - - - - + + + + + + + + + + + + + + - - + + + + diff --git a/packages/tldraw/src/translations/main.json b/packages/tldraw/src/translations/main.json index e3572081a..c53cf6a3a 100644 --- a/packages/tldraw/src/translations/main.json +++ b/packages/tldraw/src/translations/main.json @@ -107,5 +107,15 @@ "github": "Github", "twitter": "Twitter", "discord": "Discord", - "image": "Image" + "image": "Image", + "align.left": "Align Left", + "align.center.x": "Align Horizontal Center", + "align.right": "Align Right", + "align.top": "Align Top", + "align.center.y": "Align Vertical Center", + "align.bottom": "Align Bottom", + "distribute.x": "Distribute Horizontal", + "distribute.y": "Distribute Vertical", + "stretch.x": "Stretch Horizontal", + "stretch.y": "Stretch Vertical" }