summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDJ Mountney <david@twkie.net>2017-11-20 11:20:51 -0800
committerDJ Mountney <david@twkie.net>2017-11-20 11:38:24 -0800
commitfaa57d785bb3807be9f0974390bd999bac4dcc6b (patch)
treee99f2ab212eed4555fc53c2154a3383d04d7d7ee
parent31ba9870ceaa0ec098cae2d0332f4cf5b10e374f (diff)
downloadgitlab-ce-docs-install-locale-compile.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.
-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