diff options
| author | Guillaume Horel <guillaume.horel@gmail.com> | 2015-03-24 21:54:26 -0400 |
|---|---|---|
| committer | Guillaume Horel <guillaume.horel@gmail.com> | 2015-03-24 21:54:26 -0400 |
| commit | 96a9ce15614139d25c6daf0a542797c4314f8240 (patch) | |
| tree | 5db4a9a72e5ed8cffca22e2d3a5e7a4fa6b7f11c /babel.cfg | |
| parent | 2695b63c611e36b53764eeadc1d5c8516f21de46 (diff) | |
| download | wedding-website-96a9ce15614139d25c6daf0a542797c4314f8240.tar.gz | |
add Makefile to handle the translations
Diffstat (limited to 'babel.cfg')
| -rw-r--r-- | babel.cfg | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/babel.cfg b/babel.cfg new file mode 100644 index 0000000..cd2157f --- /dev/null +++ b/babel.cfg @@ -0,0 +1,4 @@ +[python: **.py] +[jinja2: **/templates/**.html] +encoding = utf-8 +extensions=jinja2.ext.autoescape,jinja2.ext.with_ |
