Needs to force the download of l10n resource files
Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/87cafdcb Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/87cafdcb Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/87cafdcb Branch: refs/heads/ui-granular-settings Commit: 87cafdcbc42a6b33b91073c7f024640ccba7cde4 Parents: 137fd18 Author: Milamber <[email protected]> Authored: Mon Apr 29 16:18:11 2013 +0100 Committer: Milamber <[email protected]> Committed: Mon Apr 29 16:18:11 2013 +0100 ---------------------------------------------------------------------- tools/transifex/sync-transifex-ui.sh | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/87cafdcb/tools/transifex/sync-transifex-ui.sh ---------------------------------------------------------------------- diff --git a/tools/transifex/sync-transifex-ui.sh b/tools/transifex/sync-transifex-ui.sh index ed10809..9124ed6 100755 --- a/tools/transifex/sync-transifex-ui.sh +++ b/tools/transifex/sync-transifex-ui.sh @@ -74,7 +74,7 @@ doDownloadL10NLangs() done # get all resource files from transifex - tx pull -r ${ARGUMENTS} + tx pull -f -r ${ARGUMENTS} # l10n languages for CODELANG in ${LIST_LANG} ; do
