Collect translation strings from the openedx folder

LEARNER-2112
This commit is contained in:
Andy Armstrong
2017-07-27 17:47:20 -04:00
parent 8eb4e469ff
commit 8a7947c803

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]