7

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?

Pere
  • 1,647
  • 3
  • 27
  • 52

1 Answers1

16

I've found how:

 msgattrib --untranslated source.po -o output.po
Pere
  • 1,647
  • 3
  • 27
  • 52