diff options
| author | Lex Neva <lexelby@users.noreply.github.com> | 2018-07-24 20:19:11 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-07-24 20:19:11 -0400 |
| commit | 380636640a10293f012f88e1ac3c76df2cdfca50 (patch) | |
| tree | fa9f4d3a5ec7a91128a29217826b46f533de5bcb | |
| parent | 77ea00a94149371475494237035a1c47823b6b1c (diff) | |
| parent | aada6970b5509adf70f20418fa81d907a8cbf3d4 (diff) | |
Merge pull request #235 from inkstitch/translation-comments-1
Update Makefile
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -25,7 +25,7 @@ distclean: messages.po: rm -f messages.po - pybabel extract -o messages.po -F babel.conf --no-location --add-comments l10n --add-comments L10n --add-comments L10N -s . + pybabel extract -o messages.po -F babel.conf --add-location=full --add-comments=l10n,L10n,L10N --sort-by-file --strip-comments . .PHONY: messages.po .PHONY: locales |
