diff options
Diffstat (limited to 'templates/lettering.inx')
| -rw-r--r-- | templates/lettering.inx | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/templates/lettering.inx b/templates/lettering.inx new file mode 100644 index 00000000..cc34da8c --- /dev/null +++ b/templates/lettering.inx @@ -0,0 +1,21 @@ +<?xml version="1.0" encoding="UTF-8"?> +<inkscape-extension xmlns="http://www.inkscape.org/namespace/inkscape/extension"> + <name>{% trans %}Lettering{% endtrans %}</name> + <id>org.inkstitch.lettering.{{ locale }}</id> + <dependency type="executable" location="extensions">inkstitch.py</dependency> + <dependency type="executable" location="extensions">inkex.py</dependency> + <param name="text" type="string" _gui-text="{% trans %}Text{% endtrans %}"></param> + <param name="extension" type="string" gui-hidden="true">lettering</param> + <effect> + <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> + </effect> + <script> + <command reldir="extensions" interpreter="python">inkstitch.py</command> + </script> +</inkscape-extension> |
