From 7a7aab4e4da5accb3488f4a6f780103452d0e1ce Mon Sep 17 00:00:00 2001 From: Pete Fritchman <petef@databits.net> Date: Mon, 6 Feb 2012 13:22:17 -0800 Subject: [PATCH] Use l10n-all config file when building locale data. We always want to build all locales -- we selectively enable them in the prod configuration. --- scripts/browserid.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/browserid.spec b/scripts/browserid.spec index 6a174fdd7..e2af1e255 100644 --- a/scripts/browserid.spec +++ b/scripts/browserid.spec @@ -26,7 +26,7 @@ export PATH=$PWD/node_modules/.bin:$PATH ./locale/compile-mo.sh locale/ ./locale/compile-json.sh locale/ resources/static/i18n/ scripts/compress.sh -scripts/compress-locales.sh +env CONFIG_FILES=$PWD/config/l10n-all.json scripts/compress-locales.sh rm -r resources/static/build resources/static/test echo "$GIT_REVISION" > resources/static/ver.txt echo "locale svn r$SVN_REVISION" >> resources/static/ver.txt -- GitLab