Skip to content

Commit

Permalink
Update translation files before generating the statistics
Browse files Browse the repository at this point in the history
  • Loading branch information
gforcada committed Mar 14, 2018
1 parent 31f13c1 commit 526b29c
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions jobs/scripts/translations.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,15 @@
if [ "{plone-version}" = "4.3" ]; then
sed -i 's/ buildout.dumppickedversions/ buildout.dumppickedversions\ngit-clone-depth = 100/' core.cfg
python bootstrap.py
bin/buildout -c experimental/i18n.cfg install i18ndude
bin/buildout -c experimental/i18n.cfg install i18ndude i18n i18n-update-all
else
sed -i 's/ mr.developer/ mr.developer\ngit-clone-depth = 100/' core.cfg
pip install -r requirements.txt
buildout -c experimental/i18n.cfg install i18ndude
buildout -c experimental/i18n.cfg install i18ndude i18n i18n-update-all
fi

./bin/i18n-update-all

cd src/plone.app.locales/plone/app/locales/locales
mkdir reports

Expand Down

0 comments on commit 526b29c

Please sign in to comment.