diff options
author | asciimoo <asciimoo@gmail.com> | 2014-01-22 00:15:42 +0100 |
---|---|---|
committer | asciimoo <asciimoo@gmail.com> | 2014-01-22 00:15:42 +0100 |
commit | a1f945d227577993b0d13e0230356d7462ccc840 (patch) | |
tree | 2090e3313cb5d72be6855a6f7eccc886cae20f74 | |
parent | 598535b24a8f2ce290dfda9842fb063e41c4770e (diff) | |
download | searxng-a1f945d227577993b0d13e0230356d7462ccc840.tar.gz searxng-a1f945d227577993b0d13e0230356d7462ccc840.zip |
[enh] babel.cfg added
-rw-r--r-- | babel.cfg | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/babel.cfg b/babel.cfg new file mode 100644 index 000000000..f0234b326 --- /dev/null +++ b/babel.cfg @@ -0,0 +1,3 @@ +[python: **.py] +[jinja2: **/templates/**.html] +extensions=jinja2.ext.autoescape,jinja2.ext.with_ |