Use new translation setup for all horizon plugin repos

New django translation setup scripts can applied to all
horizon related repositories. The exceptions are horizon
and django_openstack_auth.

This fixes the failure in the re-enabled trove-dashboard
translation jobs. We should do this before re-enabling it.

Change-Id: I90015ccf531db9f62a54d5b5c022886798db73be
Story: 2000452
This commit is contained in:
Akihiro Motoki 2016-01-29 06:53:54 +09:00 committed by Andreas Jaeger
parent c0fa627ff1
commit 2da8eb7f10
2 changed files with 4 additions and 4 deletions

View File

@ -209,8 +209,8 @@ case "$PROJECT" in
setup_horizon "$ZANATA_VERSION"
propose_horizon
;;
# Test of translation setup improvement
murano-dashboard|magnum-ui|python-neutronclient|python-novaclient)
# New setup: all dashboard plugin repositories plus others
*-dashboard|*-ui|*-horizon|python-neutronclient|python-novaclient)
# ---- Python projects ----
# NOTE: At now POT file == $modulename/locale/$modulename.pot
# so this script works.

View File

@ -54,8 +54,8 @@ case "$PROJECT" in
setup_horizon "$ZANATA_VERSION"
./run_tests.sh --makemessages -V
;;
# Test of translation setup improvement
murano-dashboard|magnum-ui|python-neutronclient|python-novaclient)
# New setup: all dashboard plugin repositories plus others
*-dashboard|*-ui|*-horizon|python-neutronclient|python-novaclient)
# ---- Python projects ----
# NOTE: At now POT file == $modulename/locale/$modulename.pot
# so this script works.