aboutsummaryrefslogtreecommitdiff
path: root/src/web/translations/babel.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'src/web/translations/babel.cfg')
-rw-r--r--src/web/translations/babel.cfg3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/web/translations/babel.cfg b/src/web/translations/babel.cfg
new file mode 100644
index 00000000..f0234b32
--- /dev/null
+++ b/src/web/translations/babel.cfg
@@ -0,0 +1,3 @@
+[python: **.py]
+[jinja2: **/templates/**.html]
+extensions=jinja2.ext.autoescape,jinja2.ext.with_
bgstack15