mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-23 22:51:53 +00:00
Update cheatsheets
This commit is contained in:
21
linux/po4a-gettextize
Normal file
21
linux/po4a-gettextize
Normal file
@@ -0,0 +1,21 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, linux]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# 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}}`
|
||||
|
||||
- List all available formats:
|
||||
|
||||
`po4a-gettextize --help-format`
|
||||
|
||||
- Convert a text file along with a translated document to a PO file (`-l` option can be provided multiple times):
|
||||
|
||||
`po4a-gettextize --format {{text}} --master {{path/to/master.txt}} --localized {{path/to/translated.txt}} --po {{path/to/result.po}}`
|
||||
Reference in New Issue
Block a user