From 512c3411648b24505165d555a04e82ba689f8aed Mon Sep 17 00:00:00 2001 From: Lex Neva Date: Sun, 19 Aug 2018 22:14:10 -0400 Subject: integrate inx generation into ink/stitch proper --- templates/layer_commands.inx | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 templates/layer_commands.inx (limited to 'templates/layer_commands.inx') diff --git a/templates/layer_commands.inx b/templates/layer_commands.inx new file mode 100644 index 00000000..7eadd094 --- /dev/null +++ b/templates/layer_commands.inx @@ -0,0 +1,19 @@ + + + <_name>Add Layer Commands + org.inkstitch.layer_commands + inkstitch.py + inkex.py + Commands will be added to the currently-selected layer. + false + layer_commands + + all + + + + + + -- cgit v1.2.3 From 871358d990d4a06b2eaaf0e405f2d18e26753d52 Mon Sep 17 00:00:00 2001 From: Lex Neva Date: Mon, 20 Aug 2018 15:49:19 -0400 Subject: gettextify INX templates --- templates/layer_commands.inx | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'templates/layer_commands.inx') diff --git a/templates/layer_commands.inx b/templates/layer_commands.inx index 7eadd094..e04d2540 100644 --- a/templates/layer_commands.inx +++ b/templates/layer_commands.inx @@ -1,16 +1,18 @@ - <_name>Add Layer Commands + {% trans %}Add Layer Commands{% endtrans %} org.inkstitch.layer_commands inkstitch.py inkex.py - Commands will be added to the currently-selected layer. - false + {% trans %}Commands will be added to the currently-selected layer.{% endtrans %} + {% for command, description in layer_commands %} + false + {% endfor %} layer_commands all - +