Skip to content

Commit

Permalink
build(pybabel): add Jinja templates to input search
Browse files Browse the repository at this point in the history
  • Loading branch information
cfm committed Nov 4, 2022
1 parent d09576a commit 107f685
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -215,6 +215,7 @@ $(POT): securedrop_client
@echo "updating catalog template: $@"
@mkdir -p ${LOCALE_DIR}
@pybabel extract \
-F babel.cfg \
--charset=utf-8 \
--output=${POT} \
--project="SecureDrop Client" \
Expand Down
5 changes: 5 additions & 0 deletions babel.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
[python: **.py]
silent=False

[jinja2: **.jinja]
silent=False

0 comments on commit 107f685

Please sign in to comment.