]> git.ipfire.org Git - thirdparty/babel.git/commit
Frontend: Add multi-domain support to compile_catalog command 335/head
authorSven Anderson <sven@redhat.com>
Wed, 27 Jan 2016 14:35:20 +0000 (15:35 +0100)
committerSven Anderson <sven@anderson.de>
Thu, 28 Jan 2016 23:53:36 +0000 (00:53 +0100)
commit5a2674f2740ffbc13825f1ddb6da7ab51c92c3bc
tree148d5dd502d39bb8b1179ce623ea5c9aff2393eb
parent0d78912fa4944a279541ed8286ee4f1f557c3b16
Frontend: Add multi-domain support to compile_catalog command

Some projects have their translations split up into several text
domains within one package.  This change adds the possibility to
specify a space seperated list of domains in the configuration, like
'setup.py compile_catalog --domain="foo bar"', for instance.
babel/messages/frontend.py
tests/messages/data/project/i18n/de_DE/LC_MESSAGES/bar.po [new file with mode: 0644]
tests/messages/data/project/i18n/de_DE/LC_MESSAGES/foo.po [new file with mode: 0644]
tests/messages/test_frontend.py