Merge "Let setup.py compile_catalog process all language files"
This commit is contained in:
commit
bd63288029
@ -87,7 +87,7 @@ tag_svn_revision = 0
|
||||
|
||||
[compile_catalog]
|
||||
directory = cinder/locale
|
||||
domain = cinder
|
||||
domain = cinder cinder-log-error cinder-log-info cinder-log-warning
|
||||
|
||||
[update_catalog]
|
||||
domain = cinder
|
||||
|
2
tox.ini
2
tox.ini
@ -60,8 +60,6 @@ setenv =
|
||||
[testenv:pep8]
|
||||
commands =
|
||||
flake8 {posargs} .
|
||||
# Check that .po and .pot files are valid:
|
||||
bash -c "find cinder -type f -regex '.*\.pot?' -print0|xargs -0 -n 1 msgfmt --check-format -o /dev/null"
|
||||
{toxinidir}/tools/config/check_uptodate.sh
|
||||
{toxinidir}/tools/check_exec.py {toxinidir}/cinder
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user