Remove errant } in create-zanata-xml for Horizon
This causes the Zanata CLI utility to print an error message about accepted variables, and it may cause problems for the parser. Change-Id: If46bd2baf8ee12394b61a9d505fd9f7e690f1b23
This commit is contained in:
parent
ebde23364a
commit
fdab16cc23
@ -85,7 +85,7 @@ function setup_horizon {
|
||||
|
||||
/usr/local/jenkins/slave_scripts/create-zanata-xml.py -p $project \
|
||||
-v master --srcdir . --txdir . -r 'horizon/*.pot' \
|
||||
'horizon/locale/{locale_with_underscore}/LC_MESSAGES}/{filename}.po' \
|
||||
'horizon/locale/{locale_with_underscore}/LC_MESSAGES/{filename}.po' \
|
||||
-r 'openstack_dashboard/*.pot' \
|
||||
'openstack_dashboard/locale/{locale_with_underscore}/LC_MESSAGES/{filename}.po' \
|
||||
-e '.*/**' -f zanata.xml
|
||||
|
Loading…
Reference in New Issue
Block a user