summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorLex Neva <github.com@lexneva.name>2018-08-24 20:46:10 -0400
committerLex Neva <github.com@lexneva.name>2018-08-24 20:46:10 -0400
commit91eb98cc33602f19dddc186c034aed968e048404 (patch)
tree1bd891b97f8447cb3f513d073d20cea5d4534461 /templates
parentadc0e3e43bb83f4608317293537309d8a53a496e (diff)
parentb3bb975401fe4971170239eea9b928ee13161398 (diff)
Merge remote-tracking branch 'origin/master' into lexelby/style
Diffstat (limited to 'templates')
-rw-r--r--templates/embroider.inx1
-rw-r--r--templates/layer_commands.inx4
-rw-r--r--templates/object_commands.inx7
3 files changed, 7 insertions, 5 deletions
diff --git a/templates/embroider.inx b/templates/embroider.inx
index d89b4d6f..54f3be1b 100644
--- a/templates/embroider.inx
+++ b/templates/embroider.inx
@@ -20,6 +20,7 @@
<object-type>all</object-type>
<effects-menu>
<submenu name="Ink/Stitch">
+ {# L10N This is used for the submenu under Extensions -> Ink/Stitch. Translate this to your language's word for its language, e.g. "EspaƱol" for the spanish translation. #}
<submenu name="{% trans %}English{% endtrans %}" />
</submenu>
</effects-menu>
diff --git a/templates/layer_commands.inx b/templates/layer_commands.inx
index 17eb3d83..a6c0283c 100644
--- a/templates/layer_commands.inx
+++ b/templates/layer_commands.inx
@@ -11,11 +11,11 @@
<param name="extension" type="string" gui-hidden="true">layer_commands</param>
<effect>
<object-type>all</object-type>
- <submenu name="Ink/Stitch">
+ <effects-menu>
<submenu name="Ink/Stitch">
<submenu name="{% trans %}English{% endtrans %}" />
</submenu>
- </submenu>
+ </effects-menu>
</effect>
<script>
<command reldir="extensions" interpreter="python">inkstitch.py</command>
diff --git a/templates/object_commands.inx b/templates/object_commands.inx
index 5807dc47..6de2a3fc 100644
--- a/templates/object_commands.inx
+++ b/templates/object_commands.inx
@@ -5,15 +5,16 @@
<dependency type="executable" location="extensions">inkstitch.py</dependency>
<dependency type="executable" location="extensions">inkex.py</dependency>
{% for command, description in object_commands %}
- <param name="{{ object }}" type="boolean" _gui-text="{{ _(description ) }}">false</param>
+ <param name="{{ command }}" type="boolean" _gui-text="{{ _(description ) }}">false</param>
{% endfor %}
+ <param name="extension" type="string" gui-hidden="true">object_commands</param>
<effect>
<object-type>all</object-type>
- <submenu name="Ink/Stitch">
+ <effects-menu>
<submenu name="Ink/Stitch">
<submenu name="{% trans %}English{% endtrans %}" />
</submenu>
- </submenu>
+ </effects-menu>
</effect>
<script>
<command reldir="extensions" interpreter="python">inkstitch.py</command>