Commit Graph

6 Commits

Author SHA1 Message Date
Awais Qureshi
4e84d435c1 BOM-1637
rename djang-babel to enmarker
upgrade the reqs
2020-06-09 21:52:54 +05:00
Ned Batchelder
3eb2e31c52 Adjust the i18n extraction rules to get all the strings we should get.
There's a move afoot to put assets inside individual Django apps,
instead of in upper-level "templates" directories.  These i18n
configuration files have to take this into account.

.underscore files are easy to find by their unique file extension, so
the rule can be simple.  Mako files are .html, so we have to be more
nuanced about it.  We don't want to get pure HTML files, and we don't
want to get .html files for tests, even if they are Mako templates.
2015-08-24 16:27:36 -04:00
Andy Armstrong
191aba967b Translate strings in LMS Underscore templates 2014-10-01 12:12:50 -04:00
David Baumgold
fa0dee1754 Don't search for underscore files under lms 2014-06-04 13:43:05 -04:00
David Baumgold
ddfd50bb13 extract from underscore files under cms, lms, and common
to avoid extracting from test_root and such
2014-06-04 11:58:05 -04:00
louyihua
644d4ac008 Extract i18n strings from *.underscore files using django-babel-underscore
Change strings from mako.po into underscore.po, which is finally merged into djangojs.po.
2014-06-04 17:46:36 +08:00