diff options
Diffstat (limited to '')
-rw-r--r-- | babel.cfg | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/babel.cfg b/babel.cfg new file mode 100644 index 0000000..a1339b8 --- /dev/null +++ b/babel.cfg @@ -0,0 +1,10 @@ +# How setup this file +# http://babel.pocoo.org/en/latest/setup.html +# this file description: +# http://babel.pocoo.org/en/latest/messages.html#extraction-method-mapping-and-configuration + +# Extraction from Jinja2 HTML templates +[jinja2: **/**.html] +encoding = utf-8 +ignore_tags = script,style +include_attrs = alt title summary placeholder |