Change rule for django_openstack_auth
The default rule for django_openstack_auth does not match anything since the .po files are not named the same as the .pot file, set the rule manually. Change-Id: I32971259531ed18141a2011621b69d12085cbe5f
This commit is contained in:
parent
15eb32f30a
commit
bd1308d3e9
@ -332,7 +332,8 @@ function setup_django_openstack_auth {
|
||||
|
||||
/usr/local/jenkins/slave_scripts/create-zanata-xml.py \
|
||||
-p django_openstack_auth -v master --srcdir openstack_auth/locale \
|
||||
--txdir openstack_auth/locale -f zanata.xml
|
||||
--txdir openstack_auth/locale -r '**/*.pot' \
|
||||
'{locale_with_underscore}/LC_MESSAGES/django.po' -f zanata.xml
|
||||
}
|
||||
|
||||
# Filter out files that we do not want to commit
|
||||
|
Loading…
x
Reference in New Issue
Block a user