diff options
| author | Lex Neva <github.com@lexneva.name> | 2018-08-20 15:49:19 -0400 |
|---|---|---|
| committer | Lex Neva <github.com@lexneva.name> | 2018-08-20 15:56:29 -0400 |
| commit | 871358d990d4a06b2eaaf0e405f2d18e26753d52 (patch) | |
| tree | 700b6c2efea45e5e5aa69fb5e92285327227d7f2 /Makefile | |
| parent | f7f59efd7d5117c6b9b43b100df5fe646ea46bc3 (diff) | |
gettextify INX templates
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
