diff options
Diffstat (limited to 'templates/layer_commands.inx')
| -rw-r--r-- | templates/layer_commands.inx | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/templates/layer_commands.inx b/templates/layer_commands.inx index e04d2540..acf0f199 100644 --- a/templates/layer_commands.inx +++ b/templates/layer_commands.inx @@ -1,19 +1,21 @@ <?xml version="1.0" encoding="UTF-8"?> <inkscape-extension xmlns="http://www.inkscape.org/namespace/inkscape/extension"> - <name>{% trans %}Add Layer Commands{% endtrans %}</name> - <id>org.inkstitch.layer_commands</id> + <name>{% trans %}Add Layer Commands{% endtrans %}</_name> + <id>org.inkstitch.layer_commands.{{ locale }}</id> <dependency type="executable" location="extensions">inkstitch.py</dependency> <dependency type="executable" location="extensions">inkex.py</dependency> <param name="description" type="description">{% trans %}Commands will be added to the currently-selected layer.{% endtrans %}</param> {% for command, description in layer_commands %} - <param name="{{ command }}" 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">layer_commands</param> <effect> <object-type>all</object-type> - <effects-menu> - <submenu name="Ink/Stitch" /> - </effects-menu> + <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> |
