Commit d94b092e authored by Sean McGivern's avatar Sean McGivern

Merge branch 'bw-gettext-rake-task' into 'master'

Show description of 'gettext:regenerate' task

See merge request gitlab-org/gitlab-ce!29362
parents ea7703ad 2a5ddcc0
......@@ -19,6 +19,7 @@ namespace :gettext do
Rake::Task['gettext:po_to_json'].invoke
end
desc 'Regenerate gitlab.pot file'
task :regenerate do
pot_file = 'locale/gitlab.pot'
# Remove all translated files, this speeds up finding
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment