in progress

This commit is contained in:
jfh
2020-11-03 23:51:15 +01:00
parent 6cc38b7049
commit 3b771fa891
38 changed files with 79 additions and 191 deletions

View File

@@ -279,12 +279,12 @@ export const readLang = function (langData) {
text: properties.text_contents,
toggle_stroke_tools: ui.toggle_stroke_tools,
tool_add_subpath: tools.add_subpath,
tool_alignbottom: tools.align_bottom,
tool_aligncenter: tools.align_center,
tool_alignleft: tools.align_left,
tool_alignmiddle: tools.align_middle,
tool_alignright: tools.align_right,
tool_aligntop: tools.align_top,
tool_align_bottom: tools.align_bottom,
tool_align_center: tools.align_center,
tool_align_left: tools.align_left,
tool_align_middle: tools.align_middle,
tool_align_right: tools.align_right,
tool_align_top: tools.align_top,
tool_angle: properties.angle,
tool_blur: properties.blur,
tool_bold: properties.bold,