From 41f7502ae37873f3d59af4a0c95c2a1c83705d8d Mon Sep 17 00:00:00 2001 From: Andy Armstrong Date: Fri, 18 Aug 2017 14:41:36 -0400 Subject: [PATCH] Allow i18n strings to be scraped from openedx/features LEARNER-2304 --- conf/locale/config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/locale/config.yaml b/conf/locale/config.yaml index 542591f590..9f82fcef1e 100644 --- a/conf/locale/config.yaml +++ b/conf/locale/config.yaml @@ -110,7 +110,7 @@ ignore_dirs: - '*/terrain' - '*/spec' - '*/tests' - - '*/features' + - '*/djangoapps/*/features' # Directories full of auto-generated JS - lms/static/js/i18n - cms/static/js/i18n