Commit d67590bc authored by Rubén Dávila's avatar Rubén Dávila

Merge branch 'bvl-dont-generate-mo' into 'master'

Don't generate `.mo` files

Closes #47979

See merge request gitlab-org/gitlab-ce!20048
parents c36b0797 119f8926
---
title: Fix invalid fuzzy translations being generated during installation
merge_request: 20048
author:
type: fixed
......@@ -16,7 +16,6 @@ namespace :gettext do
# See: https://gitlab.com/gitlab-org/gitlab-ce/issues/33014#note_31218998
FileUtils.touch(File.join(Rails.root, 'locale/gitlab.pot'))
Rake::Task['gettext:pack'].invoke
Rake::Task['gettext:po_to_json'].invoke
end
......
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