Question

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?

Était-ce utile?

La solution

I've found how:

 msgattrib --untranslated source.po -o output.po
Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top