summaryrefslogtreecommitdiff
path: root/templates/troubleshoot.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/troubleshoot.xml
parent12828b0d6249a738eee0d7f76d27c2f8317fc92d (diff)
One Version for all Languages (#1346)
Co-authored-by: Lex Neva <github.com@lexneva.name>
Diffstat (limited to 'templates/troubleshoot.xml')
-rw-r--r--templates/troubleshoot.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/templates/troubleshoot.xml b/templates/troubleshoot.xml
index 02df8ddc..2d672ace 100644
--- a/templates/troubleshoot.xml
+++ b/templates/troubleshoot.xml
@@ -1,13 +1,13 @@
<?xml version="1.0" encoding="UTF-8"?>
-<inkscape-extension xmlns="http://www.inkscape.org/namespace/inkscape/extension">
- <name>{% trans %}Troubleshoot Objects{% endtrans %}</name>
- <id>org.inkstitch.troubleshoot.{{ locale }}</id>
+<inkscape-extension translationdomain="inkstitch" xmlns="http://www.inkscape.org/namespace/inkscape/extension">
+ <name>Troubleshoot Objects</name>
+ <id>org.inkstitch.troubleshoot</id>
<param name="extension" type="string" gui-hidden="true">troubleshoot</param>
<effect>
<object-type>all</object-type>
<effects-menu>
<submenu name="Ink/Stitch">
- <submenu name="{% trans %}Troubleshoot{% endtrans %}" />
+ <submenu name="Troubleshoot" />
</submenu>
</effects-menu>
</effect>