Skip to content

Commit

Permalink
Updated Babel configurations
Browse files Browse the repository at this point in the history
  • Loading branch information
macagua committed Apr 17, 2018
1 parent c35a4eb commit bba0eed
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions babel.cfg
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# How setup this file
# http://babel.edgewall.org/wiki/Documentation/setup.html
# http://babel.pocoo.org/en/latest/setup.html
# this file description:
# http://babel.edgewall.org/wiki/Documentation/messages.html#extraction-method-mapping-and-configuration
# 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
include_attrs = alt title summary placeholder

0 comments on commit bba0eed

Please sign in to comment.