From b39744c3e74615257d333fd319cd81fe48f7c1a5 Mon Sep 17 00:00:00 2001 From: Hamish Friedlander Date: Wed, 25 Jul 2012 12:05:12 +1200 Subject: [PATCH] BUG translations-sync was failing due to leakage translations-sync was failing after calling i18nTextCollector because it wasnt specifying a module. This mean that running translations-update-git-masterfile for framework it would then fail on cms because wed already created a cms/lang/en.yml file --- build.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.xml b/build.xml index 1311c6d..0e12667 100644 --- a/build.xml +++ b/build.xml @@ -436,7 +436,7 @@ Your friendly automated release script. description="Collect translation on a module, commit them into a specialized branch and push to the origin repository." depends="translations-staging-setup"> - +