diff options
| author | Lex Neva <github.com@lexneva.name> | 2018-08-20 15:17:55 -0400 |
|---|---|---|
| committer | Lex Neva <github.com@lexneva.name> | 2018-08-20 15:17:55 -0400 |
| commit | f7f59efd7d5117c6b9b43b100df5fe646ea46bc3 (patch) | |
| tree | f1ca0fc62eced5d8f933114b1c6e7dd7261ccd10 /Makefile | |
| parent | f99e553d989945e44f81bd56307cb9c9a049b3a2 (diff) | |
gettextify pyembroidery format descriptions
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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: |
