Skip to content

Commit

Permalink
Include translators' comments in the workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
blueset committed Feb 18, 2018
1 parent 12ac53a commit 81a462a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PACKAGE = efb_telegram_master

gettext:
find ./$(PACKAGE) -iname "*.py" | xargs xgettext -o ./$(PACKAGE)/locale/$(PACKAGE).pot
find ./$(PACKAGE) -iname "*.py" | xargs xgettext --add-comments=TRANSLATORS -o ./$(PACKAGE)/locale/$(PACKAGE).pot

crowdin: gettext
find "$(CURDIR)" -iname '*.po' -exec bash -c 'msgfmt "$$0" -o "$${0%.po}.mo"' {} \;
Expand Down

0 comments on commit 81a462a

Please sign in to comment.