diff options
author | Cédric Bonhomme <cedric@cedricbonhomme.org> | 2016-04-29 07:49:20 +0200 |
---|---|---|
committer | Cédric Bonhomme <cedric@cedricbonhomme.org> | 2016-04-29 07:49:20 +0200 |
commit | 68f4bf7219305c157aa0694c4197049b846d8238 (patch) | |
tree | 302e73582b070c731692d17b869e1f4dd36c2188 /src/web/translations/babel.cfg | |
parent | Updated links to ReadTheDocs. (diff) | |
download | newspipe-68f4bf7219305c157aa0694c4197049b846d8238.tar.gz newspipe-68f4bf7219305c157aa0694c4197049b846d8238.tar.bz2 newspipe-68f4bf7219305c157aa0694c4197049b846d8238.zip |
Moved translation scripts.
Diffstat (limited to 'src/web/translations/babel.cfg')
-rw-r--r-- | src/web/translations/babel.cfg | 3 |
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_ |