Skip to content
Snippets Groups Projects
Commit 17fe02f8 authored by Jacob Vosmaer (GitLab)'s avatar Jacob Vosmaer (GitLab)
Browse files

Merge branch 'add-gettext-script' into 'master'

Add script to process Gettext's PO files and generate MO files

See merge request !295
parents 29bad2cc c658a4e1
No related branches found
No related tags found
1 merge request!295Add script to process Gettext's PO files and generate MO files
Pipeline #
Loading
Loading
@@ -21,7 +21,7 @@ all: gitlab-setup gitlab-shell-setup gitlab-workhorse-setup support-setup gitaly
 
# Set up the GitLab Rails app
 
gitlab-setup: gitlab/.git gitlab-config bundler .gitlab-bundle yarn .gitlab-yarn
gitlab-setup: gitlab/.git gitlab-config bundler .gitlab-bundle yarn .gitlab-yarn .gettext
 
gitlab/.git:
git clone ${gitlab_repo} gitlab
Loading
Loading
@@ -55,6 +55,10 @@ gitlab/public/uploads:
cd ${gitlab_development_root}/gitlab && yarn install --pure-lockfile
touch $@
 
.gettext:
cd ${gitlab_development_root}/gitlab && bundle exec rake gettext:pack
touch $@
.PHONY: bundler
bundler:
command -v $@ > /dev/null || gem install $@
Loading
Loading
@@ -323,3 +327,4 @@ unlock-dependency-installers:
.gitlab-bundle \
.gitlab-shell-bundle \
.gitlab-yarn
.gettext
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment