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

Merge branch 'docs-install-locale-compile' into 'master'

Switch to using gettext:compile instead of gettext:pack in the install docs

Closes #40360

See merge request gitlab-org/gitlab-ce!15501
parents aa1f218a faa57d78
......@@ -513,8 +513,7 @@ Check if GitLab and its environment are configured correctly:
### Compile GetText PO files
sudo -u git -H bundle exec rake gettext:pack RAILS_ENV=production
sudo -u git -H bundle exec rake gettext:po_to_json RAILS_ENV=production
sudo -u git -H bundle exec rake gettext:compile RAILS_ENV=production
### Compile Assets
......
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