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?

没有正确的解决方案

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top