Merge branch 'bvl-dont-generate-mo' into 'master'
Don't generate `.mo` files Closes #47979 See merge request gitlab-org/gitlab-ce!20048
This commit is contained in:
commit
d67590bcce
2 changed files with 5 additions and 1 deletions
5
changelogs/unreleased/bvl-dont-generate-mo.yml
Normal file
5
changelogs/unreleased/bvl-dont-generate-mo.yml
Normal file
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
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
|
||||
|
||||
|
|
Loading…
Reference in a new issue