Pere
Pere

Reputation: 1973

Extract untranslated strings from PO file

I would like to remove all translated strings from a PO file, or generate a PO file with only the untranslated strings.

Is that possible?

Upvotes: 8

Views: 2056

Answers (1)

Pere
Pere

Reputation: 1973

I've found how:

 msgattrib --untranslated source.po -o output.po

Upvotes: 17

Related Questions