mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-19 12:01:26 +00:00
Update cheatsheets
This commit is contained in:
18
linux/po4a-translate
Normal file
18
linux/po4a-translate
Normal file
@@ -0,0 +1,18 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, linux]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# 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}}`
|
||||
|
||||
- List all available formats:
|
||||
|
||||
`po4a-translate --help-format`
|
||||
Reference in New Issue
Block a user