summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorLex Neva <github.com@lexneva.name>2018-08-20 15:17:55 -0400
committerLex Neva <github.com@lexneva.name>2018-08-20 15:17:55 -0400
commitf7f59efd7d5117c6b9b43b100df5fe646ea46bc3 (patch)
treef1ca0fc62eced5d8f933114b1c6e7dd7261ccd10 /Makefile
parentf99e553d989945e44f81bd56307cb9c9a049b3a2 (diff)
gettextify pyembroidery format descriptions
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 1cc223e4..a91eabe1 100644
--- a/Makefile
+++ b/Makefile
@@ -31,7 +31,9 @@ inx:
.PHONY: messages.po
messages.po:
rm -f messages.po
+ bin/pyembroidery-gettext > pyembroidery-format-descriptions.py
pybabel extract -o messages.po -F babel.conf --add-location=full --add-comments=l10n,L10n,L10N --sort-by-file --strip-comments .
+ rm pyembroidery-format-descriptions.py
.PHONY: locales
locales: