From 731ac2868e30dbccf5771abf79564d8bab1156c2 Mon Sep 17 00:00:00 2001 From: Kaalleen <36401965+kaalleen@users.noreply.github.com> Date: Sun, 27 Jul 2025 07:28:20 +0200 Subject: rename pyembroidery to pystitch (#3889) ... and remove it as a submodule (use pip to install) --- bin/pyembroidery-gettext | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100755 bin/pyembroidery-gettext (limited to 'bin/pyembroidery-gettext') diff --git a/bin/pyembroidery-gettext b/bin/pyembroidery-gettext deleted file mode 100755 index f4e844b9..00000000 --- a/bin/pyembroidery-gettext +++ /dev/null @@ -1,10 +0,0 @@ -#!/usr/bin/env python - -import pyembroidery - - -# generate fake python code containing the descriptions of pyembroidery formats -# as gettext calls so that pybabel will extract them into messages.po -for format in pyembroidery.supported_formats(): - print("# L10N description for pyembroidery file format: %s" % format['extension']) - print("_(%s)" % repr(format['description'])) -- cgit v1.2.3