inkstitch/templates/object_commands.inx

22 wiersze
935 B
Plaintext
Czysty Zwykły widok Historia

<?xml version="1.0" encoding="UTF-8"?>
<inkscape-extension xmlns="http://www.inkscape.org/namespace/inkscape/extension">
2018-08-21 20:37:47 +00:00
<name>{% trans %}Attach Commands{% endtrans %}</name>
2018-08-21 00:42:02 +00:00
<id>org.inkstitch.commands.{{ locale }}</id>
<dependency type="executable" location="extensions">inkstitch.py</dependency>
<dependency type="executable" location="extensions">inkex.py</dependency>
2018-08-20 19:49:19 +00:00
{% for command, description in object_commands %}
2018-08-21 00:42:02 +00:00
<param name="{{ object }}" type="boolean" _gui-text="{{ _(description ) }}">false</param>
2018-08-20 19:49:19 +00:00
{% endfor %}
<effect>
<object-type>all</object-type>
2018-08-21 00:42:02 +00:00
<submenu name="Ink/Stitch">
<submenu name="Ink/Stitch">
<submenu name="{% trans %}English{% endtrans %}" />
</submenu>
</submenu>
</effect>
<script>
<command reldir="extensions" interpreter="python">inkstitch.py</command>
</script>
</inkscape-extension>