diff options
Diffstat (limited to 'templates/install.xml')
| -rw-r--r-- | templates/install.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/templates/install.xml b/templates/install.xml index e351dc31..4254de36 100644 --- a/templates/install.xml +++ b/templates/install.xml @@ -1,13 +1,13 @@ <?xml version="1.0" encoding="UTF-8"?> -<inkscape-extension xmlns="http://www.inkscape.org/namespace/inkscape/extension"> - <name>{% trans %}Install thread color palettes for Inkscape{% endtrans %}</name> - <id>org.inkstitch.install.{{ locale }}</id> +<inkscape-extension translationdomain="inkstitch" xmlns="http://www.inkscape.org/namespace/inkscape/extension"> + <name>Install thread color palettes for Inkscape</name> + <id>org.inkstitch.install</id> <param name="extension" type="string" gui-hidden="true">install</param> <effect implements-custom-gui="true"> <object-type>all</object-type> <effects-menu> <submenu name="Ink/Stitch"> - <submenu name="{% trans %}Thread Color Management{% endtrans %}" /> + <submenu name="Thread Color Management" /> </submenu> </effects-menu> </effect> |
