1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages/linux/po4a-translate.md
2021-09-18 01:34:15 -03:00

13 lines
498 B
Markdown

# 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`.
> More information: <https://po4a.org/man/man1/po4a-translate.1.php>.
- 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}}`
- Get a list of available formats:
`po4a-translate --help-format`