po4a: add page (#6493)

This commit is contained in:
Ein Verne
2021-09-18 12:34:15 +08:00
committed by GitHub
parent 30d7e09e07
commit 7d02084cb7
4 changed files with 53 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
# 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`