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-updatepo
> Update the translation (in PO format) of a documentation.
> More information: <https://po4a.org/man/man1/po4a-updatepo.1.php>.
- Update a PO file according to the modification of its origin file:
`po4a-updatepo --format {{text}} --master {{path/to/master.txt}} --po {{path/to/result.po}}`
- Get a list of available formats:
`po4a-updatepo --help-format`
- Update several PO files according to the modification of their origin file:
`po4a-updatepo --format {{text}} --master {{path/to/master.txt}} --po {{path/to/po1.po}} --po {{path/to/po2.po}}`