Forrest logo
back to context overview

po4a-gettextize

List of commands for po4a-gettextize:

  • po4a-gettextize:tldr:0a93f po4a-gettextize: Convert a text file to PO file.
    $ po4a-gettextize --format ${text} --master ${path-to-master-txt} --po ${path-to-result-po}
    try on your machine
    explain this command
  • po4a-gettextize:tldr:5043e po4a-gettextize: Get a list of available formats.
    $ po4a-gettextize --help-format
    try on your machine
    explain this command
  • po4a-gettextize:tldr:5b1ca po4a-gettextize: 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}
    try on your machine
    explain this command
back to context overview