views:

96

answers:

0

I have program with multiple domains, some source files contain dgettext() calls with different text domains.

How to extract gettext-strings to multiple .po files? For example, call dgettext('one', 'Hello') should go to one.po, and dgettext('two', 'Bye') to two.po. xgettext just ignores text domain and puts everything in single file.