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.
14 lines
370 B
INI
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
|