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]
|
[compile_catalog]
|
||||||
directory = cinder/locale
|
directory = cinder/locale
|
||||||
domain = cinder
|
domain = cinder cinder-log-error cinder-log-info cinder-log-warning
|
||||||
|
|
||||||
[update_catalog]
|
[update_catalog]
|
||||||
domain = cinder
|
domain = cinder
|
||||||
|
2
tox.ini
2
tox.ini
@ -60,8 +60,6 @@ setenv =
|
|||||||
[testenv:pep8]
|
[testenv:pep8]
|
||||||
commands =
|
commands =
|
||||||
flake8 {posargs} .
|
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/config/check_uptodate.sh
|
||||||
{toxinidir}/tools/check_exec.py {toxinidir}/cinder
|
{toxinidir}/tools/check_exec.py {toxinidir}/cinder
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user