From 53f92df05635668783a6b9407a01326de14a1291 Mon Sep 17 00:00:00 2001 From: Lex Neva Date: Fri, 24 Aug 2018 16:29:13 -0400 Subject: add 'Add Commands' extension --- templates/global_commands.inx | 26 ++++++++++++++++++++++++++ templates/layer_commands.inx | 4 +++- templates/object_commands.inx | 6 ++++-- 3 files changed, 33 insertions(+), 3 deletions(-) create mode 100644 templates/global_commands.inx (limited to 'templates') diff --git a/templates/global_commands.inx b/templates/global_commands.inx new file mode 100644 index 00000000..eda2721d --- /dev/null +++ b/templates/global_commands.inx @@ -0,0 +1,26 @@ + + + {% trans %}Add Commands{% endtrans %} + org.inkstitch.global_commands.{{ locale }} + inkstitch.py + inkex.py + {% trans %}These commands affect the entire embroidery design.{% endtrans %} + {% for command, description in global_commands %} + false + {% endfor %} + global_commands + + all + + + + {# L10N Inkscape submenu under Extensions -> Ink/Stitch #} + + + + + + + diff --git a/templates/layer_commands.inx b/templates/layer_commands.inx index a6c0283c..f1a8f987 100644 --- a/templates/layer_commands.inx +++ b/templates/layer_commands.inx @@ -13,7 +13,9 @@ all - + + + diff --git a/templates/object_commands.inx b/templates/object_commands.inx index 6de2a3fc..68535db2 100644 --- a/templates/object_commands.inx +++ b/templates/object_commands.inx @@ -1,6 +1,6 @@ - {% trans %}Attach Commands{% endtrans %} + {% trans %}Attach Commands to Selected Objects{% endtrans %} org.inkstitch.commands.{{ locale }} inkstitch.py inkex.py @@ -12,7 +12,9 @@ all - + + + -- cgit v1.2.3