summaryrefslogtreecommitdiff
path: root/templates/convert_to_stroke.xml
diff options
context:
space:
mode:
authorKaalleen <36401965+kaalleen@users.noreply.github.com>2021-09-26 11:42:17 +0200
committerGitHub <noreply@github.com>2021-09-26 11:42:17 +0200
commitfcd13815d31f4b927e498fbbb4305fb29a959acf (patch)
treef67f6c4da8bf83bf9c6f8a8302fe8211e5049541 /templates/convert_to_stroke.xml
parent12828b0d6249a738eee0d7f76d27c2f8317fc92d (diff)
One Version for all Languages (#1346)
Co-authored-by: Lex Neva <github.com@lexneva.name>
Diffstat (limited to 'templates/convert_to_stroke.xml')
-rw-r--r--templates/convert_to_stroke.xml12
1 files changed, 6 insertions, 6 deletions
diff --git a/templates/convert_to_stroke.xml b/templates/convert_to_stroke.xml
index 620258ba..6b1e5afc 100644
--- a/templates/convert_to_stroke.xml
+++ b/templates/convert_to_stroke.xml
@@ -1,16 +1,16 @@
<?xml version="1.0" encoding="UTF-8"?>
-<inkscape-extension xmlns="http://www.inkscape.org/namespace/inkscape/extension">
- <name>{% trans %}Convert Satin to Stroke{% endtrans %}</name>
- <id>org.inkstitch.convert_to_stroke.{{ locale }}</id>
+<inkscape-extension translationdomain="inkstitch" xmlns="http://www.inkscape.org/namespace/inkscape/extension">
+ <name>Convert Satin to Stroke</name>
+ <id>org.inkstitch.convert_to_stroke</id>
<param name="extension" type="string" gui-hidden="true">convert_to_stroke</param>
- <param name="description" type="description">{% trans %}Converts a satin column into a running stitch.{% endtrans %}</param>
+ <param name="description" type="description">Converts a satin column into a running stitch.</param>
<param name="keep_satin" type="boolean" _gui-text="Keep satin column"
- _gui-description="{% trans %}Do not delete original satin column.{% endtrans %}">false</param>
+ _gui-description="Do not delete original satin column.">false</param>
<effect>
<object-type>all</object-type>
<effects-menu>
<submenu name="Ink/Stitch">
- <submenu name="{% trans %}Satin Tools{% endtrans %}" />
+ <submenu name="Satin Tools" />
</submenu>
</effects-menu>
</effect>