Skip to content
Snippets Groups Projects
Commit c658a4e1 authored by Ruben Davila's avatar Ruben Davila
Browse files

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

parent 29bad2cc
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