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,16 @@
# po4a-gettextize
> Convert a file to a PO file.
> More information: <https://po4a.org/man/man1/po4a-gettextize.1.php>.
- 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}}`