summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorLex Neva <github.com@lexneva.name>2018-08-20 15:49:19 -0400
committerLex Neva <github.com@lexneva.name>2018-08-20 15:56:29 -0400
commit871358d990d4a06b2eaaf0e405f2d18e26753d52 (patch)
tree700b6c2efea45e5e5aa69fb5e92285327227d7f2 /Makefile
parentf7f59efd7d5117c6b9b43b100df5fe646ea46bc3 (diff)
gettextify INX templates
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index a91eabe1..a7fd0e83 100644
--- a/Makefile
+++ b/Makefile
@@ -32,7 +32,7 @@ inx:
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 .
+ pybabel extract -o messages.po -F babel.conf --add-location=full --add-comments=l10n,L10n,L10N --sort-by-file --strip-comments -k N_ .
rm pyembroidery-format-descriptions.py
.PHONY: locales