Files
edx-platform/conf/locale/babel_mako.cfg
louyihua 0316f3b758 i18n: make emails in lms translatable
The email texts in lms/templates/emails are not extracted by rake i18n:generate because the babel_mako.cfg does not include them.
And a several emails are not translatable because they do not use ugettext.
2014-03-26 22:33:21 +08:00

14 lines
370 B
INI

# Extraction from Mako templates
[mako: cms/templates/**.html]
input_encoding = utf-8
[mako: lms/templates/**.html]
input_encoding = utf-8
[mako: lms/templates/**.mustache]
input_encoding = utf-8
[mako: common/templates/**.html]
input_encoding = utf-8
[mako: cms/templates/emails/**.txt]
input_encoding = utf-8
[mako: lms/templates/emails/**.txt]
input_encoding = utf-8