summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRubén Dávila <ruben@gitlab.com>2017-11-22 15:48:31 +0000
committerRubén Dávila <ruben@gitlab.com>2017-11-22 15:48:31 +0000
commite72804ed0a73f8807ca58881645f0c95c70de9c9 (patch)
treedff05347ddd044e9b264c99b733a813f6ba3ddcd
parentaa1f218aac418765c5dc03097b987216ded1423e (diff)
parentfaa57d785bb3807be9f0974390bd999bac4dcc6b (diff)
downloadgitlab-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
-rw-r--r--doc/install/installation.md3
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