From 7326693e0d1f4169faf14e1962a1debeab022b48 Mon Sep 17 00:00:00 2001 From: Antonio Terceiro Date: Mon, 29 Mar 2010 13:05:34 -0300 Subject: [PATCH] Less output when just compiling translations --- lib/tasks/doc.rake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/tasks/doc.rake b/lib/tasks/doc.rake index 54054fe..dc79199 100644 --- a/lib/tasks/doc.rake +++ b/lib/tasks/doc.rake @@ -105,7 +105,7 @@ namespace :noosfero do if File.exists?(po) Dir['doc/noosfero/**/*.en.xhtml'].each do |doc| target = doc.sub('.en.xhtml', ".#{lang}.xhtml") - sh "po4a-translate -f xhtml -M utf8 -m #{doc} -p #{po} -L utf8 -l #{target}" + sh "po4a-translate -f xhtml -M utf8 -m #{doc} -p #{po} -L utf8 -l #{target} >/dev/null 2>&1" end end end -- libgit2 0.21.2