Merge "Let setup.py compile_catalog process all language files"
This commit is contained in:
commit
f48c58915d
@ -217,7 +217,7 @@ tag_svn_revision = 0
|
||||
|
||||
[compile_catalog]
|
||||
directory = nova/locale
|
||||
domain = nova
|
||||
domain = nova nova-log-critical nova-log-error nova-log-info nova-log-warning
|
||||
|
||||
[update_catalog]
|
||||
domain = nova
|
||||
|
3
tox.ini
3
tox.ini
@ -27,9 +27,6 @@ basepython = python2.7
|
||||
deps = hacking
|
||||
commands =
|
||||
bash tools/flake8wrap.sh {posargs}
|
||||
# Check that .po and .pot files are valid.
|
||||
bash -c "find nova -type f -regex '.*\.pot?' -print0| \
|
||||
xargs -0 -n 1 msgfmt --check-format -o /dev/null"
|
||||
|
||||
[testenv:py34]
|
||||
# NOTE(mriedem): If py34 fails with "db type could not be determined", delete
|
||||
|
Loading…
Reference in New Issue
Block a user