Examples (3)
Convert a text file to PO file
po4a-gettextize --format text --master path/to/master.txt --po path/to/result.poList all available formats
po4a-gettextize --help-formatConvert a text file along with a translated document to a PO file (`-l` option can be provided multiple times)
po4a-gettextize --format text --master path/to/master.txt --localized path/to/translated.txt --po path/to/result.pomade by @shridhargupta | data from tldr-pages