From 44c5e53b050e463c148f81da1512560048636cb0 Mon Sep 17 00:00:00 2001 From: Antonio Terceiro Date: Thu, 15 Jan 2015 15:09:12 -0200 Subject: [PATCH] gettext.rake: describe plugin updatepo tasks --- lib/tasks/gettext.rake | 2 ++ 1 file changed, 2 insertions(+), 0 deletions(-) diff --git a/lib/tasks/gettext.rake b/lib/tasks/gettext.rake index 43cbcea..0404663 100644 --- a/lib/tasks/gettext.rake +++ b/lib/tasks/gettext.rake @@ -79,6 +79,8 @@ end Dir.glob('plugins/*').each do |plugindir| plugin = File.basename(plugindir) task :updatepo => "updatepo:plugin:#{plugin}" + + desc "Extract strings from #{plugin} plugin" task "updatepo:plugin:#{plugin}" do files = Dir.glob("#{plugindir}/**/*.{rb,html.erb}") po_root = File.join(plugindir, 'po') -- libgit2 0.21.2