From ddfd50bb13d1c116663fc0c1bb5ef7e0ae01a3f4 Mon Sep 17 00:00:00 2001 From: David Baumgold Date: Wed, 4 Jun 2014 11:58:03 -0400 Subject: [PATCH] extract from underscore files under cms, lms, and common to avoid extracting from test_root and such --- conf/locale/babel_underscore.cfg | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/conf/locale/babel_underscore.cfg b/conf/locale/babel_underscore.cfg index 0769f65f28..a1c83d6531 100644 --- a/conf/locale/babel_underscore.cfg +++ b/conf/locale/babel_underscore.cfg @@ -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]