From 5ea98e5e89405645f6e36125056a131c923b0324 Mon Sep 17 00:00:00 2001
From: Kaalleen <36401965+kaalleen@users.noreply.github.com>
Date: Sun, 4 Jul 2021 11:45:06 +0200
Subject: convert satin to stroke (#1265)
---
templates/convert_to_stroke.xml | 20 ++++++++++++++++++++
1 file changed, 20 insertions(+)
create mode 100644 templates/convert_to_stroke.xml
(limited to 'templates')
diff --git a/templates/convert_to_stroke.xml b/templates/convert_to_stroke.xml
new file mode 100644
index 00000000..620258ba
--- /dev/null
+++ b/templates/convert_to_stroke.xml
@@ -0,0 +1,20 @@
+
+
+ {% trans %}Convert Satin to Stroke{% endtrans %}
+ org.inkstitch.convert_to_stroke.{{ locale }}
+ convert_to_stroke
+ {% trans %}Converts a satin column into a running stitch.{% endtrans %}
+ false
+
+ all
+
+
+
+
+
+
+
+
--
cgit v1.2.3
From 1f725f42bbd299b6e5192a5404471a4fd89ae7f8 Mon Sep 17 00:00:00 2001
From: Kaalleen <36401965+kaalleen@users.noreply.github.com>
Date: Wed, 21 Jul 2021 17:20:04 +0200
Subject: install custom palette extension (#1171)
---
templates/install_custom_palette.xml | 20 ++++++++++++++++++++
1 file changed, 20 insertions(+)
create mode 100644 templates/install_custom_palette.xml
(limited to 'templates')
diff --git a/templates/install_custom_palette.xml b/templates/install_custom_palette.xml
new file mode 100644
index 00000000..cb2865c7
--- /dev/null
+++ b/templates/install_custom_palette.xml
@@ -0,0 +1,20 @@
+
+
+ {% trans %}Install custom palette{% endtrans %}
+ org.inkstitch.install_custom_palette.{{ locale }}
+ install_custom_palette
+
+
+
+
+ all
+
+
+
+
+
+
+
+
--
cgit v1.2.3