in a Pyramid application we have some sections and templates where we use different translation domains (appart from the default domain).
Currently, if we run python setup.py extract_messages
, all translation strings from all domains are generated in one single .pot file. How can we do to make Babel generate separate .pot files for each translation domain?