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?

有帮助吗?

解决方案

I've found how:

 msgattrib --untranslated source.po -o output.po
许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top