summaryrefslogtreecommitdiff
path: root/templates/zip.inx
diff options
context:
space:
mode:
authorLex Neva <github.com@lexneva.name>2018-08-20 15:49:19 -0400
committerLex Neva <github.com@lexneva.name>2018-08-20 15:56:29 -0400
commit871358d990d4a06b2eaaf0e405f2d18e26753d52 (patch)
tree700b6c2efea45e5e5aa69fb5e92285327227d7f2 /templates/zip.inx
parentf7f59efd7d5117c6b9b43b100df5fe646ea46bc3 (diff)
gettextify INX templates
Diffstat (limited to 'templates/zip.inx')
-rw-r--r--templates/zip.inx8
1 files changed, 4 insertions, 4 deletions
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 @@
<?xml version="1.0" encoding="UTF-8"?>
<inkscape-extension xmlns="http://www.inkscape.org/namespace/inkscape/extension">
- <_name>embroidery ZIP file output</_name>
+ <name>embroidery ZIP file output</name>
<id>org.inkstitch.output.zip</id>
<dependency type="executable" location="extensions">inkstitch.py</dependency>
<dependency type="executable" location="extensions">inkex.py</dependency>
<output>
<extension>.zip</extension>
<mimetype>application/zip</mimetype>
- <_filetypename>Ink/Stitch: ZIP export multiple formats (.zip)</_filetypename>
- <_filetypetooltip>Create a ZIP with multiple embroidery file formats using Ink/Stitch</_filetypetooltip>
+ <_filetypename>{{ _("Ink/Stitch: ZIP export multiple formats (.zip)") }}"</_filetypename>
+ <_filetypetooltip>{{ _("Create a ZIP with multiple embroidery file formats using Ink/Stitch") }}</_filetypetooltip>
<dataloss>true</dataloss>
</output>
{% for format, description in formats %}
- <param name="format-{{ format }}" type="boolean" _gui-text=".{{ format | upper }}: {{ description }}">false</param>
+ <param name="format-{{ format }}" type="boolean" gui-text=".{{ format | upper }}: {{ _(description) }}">false</param>
{% endfor %}
<param name="extension" type="string" gui-hidden="true">zip</param>
<script>