Skip to content

Commit

Permalink
Fix i18ndude output being pipelined
Browse files Browse the repository at this point in the history
  • Loading branch information
gforcada committed Mar 14, 2018
1 parent 526b29c commit 1859afc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions jobs/scripts/translations.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ fi
cd src/plone.app.locales/plone/app/locales/locales
mkdir reports

export PYTHONIOENCODING=utf-8

../../../../../../bin/i18ndude list -p plone > reports/plone.txt
../../../../../../bin/i18ndude list -p atcontenttypes > reports/atcontenttypes.txt
../../../../../../bin/i18ndude list -p atreferencebrowserwidget > reports/atreferencebrowserwidget.txt
Expand Down

0 comments on commit 1859afc

Please sign in to comment.