Merge pull request #15686 from edx/andya/openedx-i18n

Collect translation strings from the openedx folder
This commit is contained in:
Andy Armstrong
2017-07-28 09:12:40 -04:00
committed by GitHub

View File

@@ -10,6 +10,7 @@
# common/djangoapps/APPNAME/templates
# lms/templates
# lms/djangoapps/APPNAME/templates
# openedx/**/templates
# common/lib/capa/capa/templates
#
# Don't extract from these directory trees:
@@ -26,6 +27,8 @@ input_encoding = utf-8
input_encoding = utf-8
[mako: common/lib/capa/capa/templates/**.html]
input_encoding = utf-8
[mako: openedx/**/templates/**.html]
input_encoding = utf-8
[mako: themes/**.html]
input_encoding = utf-8
[mako: themes/**.txt]