diff options
Diffstat (limited to 'templates/embroider.xml')
| -rw-r--r-- | templates/embroider.xml | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/templates/embroider.xml b/templates/embroider.xml index ff56ac7d..7f42594b 100644 --- a/templates/embroider.xml +++ b/templates/embroider.xml @@ -1,17 +1,17 @@ <?xml version="1.0" encoding="UTF-8"?> -<inkscape-extension xmlns="http://www.inkscape.org/namespace/inkscape/extension"> - <name>{% trans %}Embroider{% endtrans %}</name> - <id>org.inkstitch.embroider.{{ locale }}</id> - <param name="title" type="description" appearance="header">{% trans %}Create a stitch file{% endtrans %}</param> - <param name="howto" type="description">{% trans %}Save your embroidery file through | File > Save a Copy ... |{% endtrans %}</param> - <param name="howto_detail" type="description">{% trans %}Choose from listed embroidery file formats and save.{% endtrans %}</param> +<inkscape-extension translationdomain="inkstitch" xmlns="http://www.inkscape.org/namespace/inkscape/extension"> + <name>Embroider</name> + <id>org.inkstitch.embroider</id> + <param name="title" type="description" appearance="header">Create a stitch file</param> + <param name="howto" type="description">Save your embroidery file through | File > Save a Copy ... |</param> + <param name="howto_detail" type="description">Choose from listed embroidery file formats and save.</param> <spacer /> - <param name="info_zip" type="description">{% trans %}Multiple file formats can be saved by choosing the zip file format.{% endtrans %}</param> + <param name="info_zip" type="description">Multiple file formats can be saved by choosing the zip file format.</param> <effect needs-live-preview="false" needs-document="false"> <object-type>all</object-type> <effects-menu> <submenu name="Ink/Stitch"> - <submenu name="{% trans %}Visualise and Export{% endtrans %}" /> + <submenu name="Visualise and Export" /> </submenu> </effects-menu> </effect> |
