Skip to content

Commit

Permalink
chore(translations): fix jinja2 extraction
Browse files Browse the repository at this point in the history
  • Loading branch information
PascalRepond committed Jan 22, 2024
1 parent d169920 commit 622a41a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions babel.ini
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,9 @@ encoding = utf-8
# Extraction from Jinja2 templates
[jinja2: **/templates/**.html]
encoding = utf-8
extensions = jinja2.ext.autoescape, jinja2.ext.with_, jinja2.ext.do
silent=false
extensions = jinja2.ext.do
autoescape = True
silent = False

# Extraction from JavaScript files
[ignore: static/js/rero_ils/admin/**]
Expand Down

0 comments on commit 622a41a

Please sign in to comment.