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:
parent
c0fa627ff1
commit
2da8eb7f10
@ -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.
|
||||
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user