summaryrefslogtreecommitdiff
path: root/templates/lettering_remove_kerning.xml
diff options
context:
space:
mode:
Diffstat (limited to 'templates/lettering_remove_kerning.xml')
-rw-r--r--templates/lettering_remove_kerning.xml14
1 files changed, 7 insertions, 7 deletions
diff --git a/templates/lettering_remove_kerning.xml b/templates/lettering_remove_kerning.xml
index 48494ead..9f126381 100644
--- a/templates/lettering_remove_kerning.xml
+++ b/templates/lettering_remove_kerning.xml
@@ -1,26 +1,26 @@
<?xml version="1.0" encoding="UTF-8"?>
-<inkscape-extension xmlns="http://www.inkscape.org/namespace/inkscape/extension">
- <name>{% trans %}Remove Kerning{% endtrans %}</name>
- <id>org.inkstitch.lettering_remove_kerning.{{ locale }}</id>
+<inkscape-extension translationdomain="inkstitch" xmlns="http://www.inkscape.org/namespace/inkscape/extension">
+ <name>Remove Kerning</name>
+ <id>org.inkstitch.lettering_remove_kerning</id>
<param name="extension" type="string" gui-hidden="true">lettering_remove_kerning</param>
<effect needs-live-preview="false">
<object-type>all</object-type>
<effects-menu>
<submenu name="Ink/Stitch">
- <submenu name="{% trans %}Font Management{% endtrans %}" />
+ <submenu name="Font Management" />
</submenu>
</effects-menu>
</effect>
<param name="header" type="description" appearance="header" indent="1" >
- {% trans %}Removes Kerning information from given SVG files{% endtrans %}
+ Removes Kerning information from given SVG files
</param>
<separator />
<param name="file-description" type="description" indent="1" >
- &#9888; {% trans %}Make sure you keep a copy of the original file. After running this extension kerning information will be lost unrevertably from these files.{% endtrans %}
+ &#9888; Make sure you keep a copy of the original file. After running this extension kerning information will be lost unrevertably from these files.
</param>
<separator />
<spacer />
- <param type="path" name="font-files" gui-text="{% trans %}Select Font Files{% endtrans %}" indent="1" mode="files" filetypes="svg"/>
+ <param type="path" name="font-files" gui-text="Select Font Files" indent="1" mode="files" filetypes="svg"/>
<spacer />
<script>
{{ command_tag | safe }}