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/object_commands.inx | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 templates/object_commands.inx (limited to 'templates/object_commands.inx') diff --git a/templates/object_commands.inx b/templates/object_commands.inx new file mode 100644 index 00000000..bba8602b --- /dev/null +++ b/templates/object_commands.inx @@ -0,0 +1,22 @@ + + + <_name>Attach Commands + org.inkstitch.commands + inkstitch.py + inkex.py + false + false + false + false + false + object_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/object_commands.inx | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) (limited to 'templates/object_commands.inx') diff --git a/templates/object_commands.inx b/templates/object_commands.inx index bba8602b..71f9d0b3 100644 --- a/templates/object_commands.inx +++ b/templates/object_commands.inx @@ -1,19 +1,16 @@ - <_name>Attach Commands + {% trans %}Attach Commands{% endtrans %} org.inkstitch.commands inkstitch.py inkex.py - false - false - false - false - false - object_commands + {% for command, description in object_commands %} + false + {% endfor %} all - +