diff options
author | DJ Mountney <david@twkie.net> | 2017-11-20 11:20:51 -0800 |
---|---|---|
committer | DJ Mountney <david@twkie.net> | 2017-11-20 11:38:24 -0800 |
commit | faa57d785bb3807be9f0974390bd999bac4dcc6b (patch) | |
tree | e99f2ab212eed4555fc53c2154a3383d04d7d7ee /doc | |
parent | 31ba9870ceaa0ec098cae2d0332f4cf5b10e374f (diff) | |
download | gitlab-ce-faa57d785bb3807be9f0974390bd999bac4dcc6b.tar.gz |
Switch to using gettext:compile instead of gettext:pack in the installdocs-install-locale-compile
Docs
This skips the step that updates the .pot files with changes in the
codebase, which can take extra time, and isn't required during install.
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 |