po4a-gettextize
Convert a file to a PO file.
- Convert a text file to PO file:
po4a-gettextize --format {text} --master {path/to/master.txt} --po {path/to/result.po}
- Get a list of available formats:
po4a-gettextize --help-format
- Convert a text file along with a translated document to a PO file (`-l` option can be provied multiple times):
po4a-gettextize --format {text} --master {path/to/master.txt} --localized {path/to/translated.txt} --po {path/to/result.po}
Copyright © 2014—present the tldr-pages team and contributors.
This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).