extract from underscore files under cms, lms, and common

to avoid extracting from test_root and such
This commit is contained in:
David Baumgold
2014-06-04 11:58:03 -04:00
parent 126cf88504
commit ddfd50bb13

View File

@@ -1,5 +1,9 @@
# Use this configuration file for extracting strings from .underscore files.
[underscore: **.underscore]
[underscore: cms/templates/**.underscore]
input_encoding = utf-8
[underscore: lms/templates/**.underscore]
input_encoding = utf-8
[underscore: common/templates/**.underscore]
input_encoding = utf-8
[extractors]