snippetbashTip
po4a-updatepo — Update the translation (in PO format) of a documentation. More information: <https://www.po4a.org/ma
Viewed 0 times
thecommandformatpo4a-updatepoupdateclidocumentationtranslation
linux
Problem
How to use the
po4a-updatepo command: Update the translation (in PO format) of a documentation. More information: <https://www.po4a.org/man/man1/po4a-updatepo.1.php>.Solution
po4a-updatepo — Update the translation (in PO format) of a documentation. More information: <https://www.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}}List available formats:
po4a-updatepo --help-formatUpdate 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}}Code Snippets
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}}List available formats
po4a-updatepo --help-formatUpdate 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}}Context
tldr-pages: linux/po4a-updatepo
Revisions (0)
No revisions yet.