diff options
author | Rubén Dávila <ruben@gitlab.com> | 2017-11-22 15:48:31 +0000 |
---|---|---|
committer | Rubén Dávila <ruben@gitlab.com> | 2017-11-22 15:48:31 +0000 |
commit | e72804ed0a73f8807ca58881645f0c95c70de9c9 (patch) | |
tree | dff05347ddd044e9b264c99b733a813f6ba3ddcd /doc | |
parent | aa1f218aac418765c5dc03097b987216ded1423e (diff) | |
parent | faa57d785bb3807be9f0974390bd999bac4dcc6b (diff) | |
download | gitlab-ce-e72804ed0a73f8807ca58881645f0c95c70de9c9.tar.gz |
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
Diffstat (limited to 'doc')
-rw-r--r-- | doc/install/installation.md | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/install/installation.md b/doc/install/installation.md index 4efe911b778..88000f4c7a9 100644 --- a/doc/install/installation.md +++ b/doc/install/installation.md @@ -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 |