summaryrefslogtreecommitdiff
path: root/templates/lettering_custom_font_dir.xml
diff options
context:
space:
mode:
Diffstat (limited to 'templates/lettering_custom_font_dir.xml')
-rw-r--r--templates/lettering_custom_font_dir.xml16
1 files changed, 8 insertions, 8 deletions
diff --git a/templates/lettering_custom_font_dir.xml b/templates/lettering_custom_font_dir.xml
index a281dbd6..ade266ee 100644
--- a/templates/lettering_custom_font_dir.xml
+++ b/templates/lettering_custom_font_dir.xml
@@ -1,24 +1,24 @@
<?xml version="1.0" encoding="UTF-8"?>
-<inkscape-extension xmlns="http://www.inkscape.org/namespace/inkscape/extension">
- <name>{% trans %}Custom font directory{% endtrans %}</name>
- <id>org.inkstitch.lettering_custom_font_dir.{{ locale }}</id>
+<inkscape-extension translationdomain="inkstitch" xmlns="http://www.inkscape.org/namespace/inkscape/extension">
+ <name>Custom font directory</name>
+ <id>org.inkstitch.lettering_custom_font_dir</id>
<param name="extension" type="string" gui-hidden="true">lettering_custom_font_dir</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="Ink/Stitch" translatable="no">
+ <submenu name="Font Management" />
</submenu>
</effects-menu>
</effect>
<param name="file-description" type="description" indent="1" >
- {% trans %}Set a custom directory for additional fonts to be used with the lettering tool.{% endtrans %}
+ Set a custom directory for additional fonts to be used with the lettering tool.
</param>
<spacer />
- <param name="path" type="path" mode="folder" gui-text="{% trans %}Custom font directory{% endtrans %}" indent="1"></param>
+ <param name="path" type="path" mode="folder" gui-text="Custom font directory" indent="1"></param>
<spacer />
<param name="file-description" type="description" indent="1" >
- {% trans %}Usage: The custom font directory must contain a subdirectory for each font.{% endtrans %}
+ Usage: The custom font directory must contain a subdirectory for each font.
</param>
<script>
{{ command_tag | safe }}