summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAkiraNorthstar <AkiraNorthstar@users.noreply.github.com>2018-07-19 14:45:34 +0200
committerGitHub <noreply@github.com>2018-07-19 14:45:34 +0200
commitaada6970b5509adf70f20418fa81d907a8cbf3d4 (patch)
treefa9f4d3a5ec7a91128a29217826b46f533de5bcb
parent77ea00a94149371475494237035a1c47823b6b1c (diff)
Update Makefile [ci skip]
replace --no-location with --add-location=full (if --add-location not given it is "full" by default) replace multiple --add-comments to one option add --sort-by-file sort output by file location - default False write out option -s to --strip-comments
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 3a150e5c..326af11e 100644
--- a/Makefile
+++ b/Makefile
@@ -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