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/zip.inx | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 templates/zip.inx (limited to 'templates/zip.inx') diff --git a/templates/zip.inx b/templates/zip.inx new file mode 100644 index 00000000..c85e849f --- /dev/null +++ b/templates/zip.inx @@ -0,0 +1,21 @@ + + + <_name>embroidery ZIP file output + org.inkstitch.output.zip + inkstitch.py + inkex.py + + .zip + application/zip + <_filetypename>Ink/Stitch: ZIP export multiple formats (.zip) + <_filetypetooltip>Create a ZIP with multiple embroidery file formats using Ink/Stitch + true + + {% for format, description in formats %} + false + {% endfor %} + zip + + -- 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/zip.inx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'templates/zip.inx') diff --git a/templates/zip.inx b/templates/zip.inx index c85e849f..9af05ab9 100644 --- a/templates/zip.inx +++ b/templates/zip.inx @@ -1,18 +1,18 @@ - <_name>embroidery ZIP file output + embroidery ZIP file output org.inkstitch.output.zip inkstitch.py inkex.py .zip application/zip - <_filetypename>Ink/Stitch: ZIP export multiple formats (.zip) - <_filetypetooltip>Create a ZIP with multiple embroidery file formats using Ink/Stitch + <_filetypename>{{ _("Ink/Stitch: ZIP export multiple formats (.zip)") }}" + <_filetypetooltip>{{ _("Create a ZIP with multiple embroidery file formats using Ink/Stitch") }} true {% for format, description in formats %} - false + false {% endfor %} zip