2025-03-14 21:59:59 -06:00
|
|
|
# po4a-translate
|
|
|
|
|
|
|
|
|
|
> Convert a PO file back to documentation format.
|
|
|
|
|
> The provided PO file should be the translation of the POT file which was produced by `po4a-gettextize`.
|
2026-02-18 06:55:01 -07:00
|
|
|
> More information: <https://www.po4a.org/man/man1/po4a-translate.1.php>.
|
2025-03-14 21:59:59 -06:00
|
|
|
|
|
|
|
|
- Convert a translated PO file back to a document:
|
|
|
|
|
|
|
|
|
|
`po4a-translate --format {{text}} --master {{path/to/master.doc}} --po {{path/to/result.po}} --localized {{path/to/translated.txt}}`
|
|
|
|
|
|
|
|
|
|
- List all available formats:
|
|
|
|
|
|
|
|
|
|
`po4a-translate --help-format`
|