babel_mako.cfg 889 Bytes
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
# Extraction from Mako templates.
# Mako files can appear in a number of different places. Some we want to
# extract strings from, some we don't.
#
# Extract from these directory trees:
#
#   cms/templates
#   cms/djangoapps/APPNAME/templates
#   common/templates
#   common/djangoapps/APPNAME/templates
#   lms/templates
#   lms/djangoapps/APPNAME/templates
#   common/lib/capa/capa/templates
#
# Don't extract from these directory trees:
#   common/test/test_microsites/test_microsite/templates
#

[mako: */templates/**.html]
20
input_encoding = utf-8
21
[mako: */djangoapps/*/templates/**.html]
22
input_encoding = utf-8
23
[mako: */templates/**.mustache]
24
input_encoding = utf-8
25
[mako: */templates/emails/**.txt]
26
input_encoding = utf-8
27
[mako: common/lib/capa/capa/templates/**.html]
28
input_encoding = utf-8
29
[mako: themes/**.html]
30
input_encoding = utf-8
David Baumgold committed
31 32
[mako: themes/**.html]
input_encoding = utf-8