summaryrefslogtreecommitdiff
path: root/inx/inkstitch_input_EXP.inx
diff options
context:
space:
mode:
authorLex Neva <lexelby@users.noreply.github.com>2018-08-21 16:45:13 -0400
committerGitHub <noreply@github.com>2018-08-21 16:45:13 -0400
commitafb886cbe04d19c6b7d1886dfc2c6052646a2dbf (patch)
tree2d0a6fe95a26d5b934fe893f3d2b3e94b2aadcc8 /inx/inkstitch_input_EXP.inx
parent8116f32068a4fe55e7f30ca2a369b2443d89b560 (diff)
parent8f700007fc7d3b7866d4e4a3dac6a36bb3e1be2a (diff)
Merge pull request #286 from inkstitch/lexelby/i18n-revamp
localize INX files
Diffstat (limited to 'inx/inkstitch_input_EXP.inx')
-rw-r--r--inx/inkstitch_input_EXP.inx17
1 files changed, 0 insertions, 17 deletions
diff --git a/inx/inkstitch_input_EXP.inx b/inx/inkstitch_input_EXP.inx
deleted file mode 100644
index 2c5997d5..00000000
--- a/inx/inkstitch_input_EXP.inx
+++ /dev/null
@@ -1,17 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<inkscape-extension xmlns="http://www.inkscape.org/namespace/inkscape/extension">
- <_name>EXP file input</_name>
- <id>org.inkstitch.input.exp</id>
- <dependency type="executable" location="extensions">inkstitch.py</dependency>
- <dependency type="executable" location="extensions">inkex.py</dependency>
- <input>
- <extension>.exp</extension>
- <mimetype>application/x-embroidery-exp</mimetype>
- <_filetypename>Ink/Stitch: Melco Embroidery Format (.exp)</_filetypename>
- <_filetypetooltip>convert EXP file to Ink/Stitch manual-stitch paths</_filetypetooltip>
- </input>
- <param name="extension" type="string" gui-hidden="true">input</param>
- <script>
- <command reldir="extensions" interpreter="python">inkstitch.py</command>
- </script>
-</inkscape-extension>