LinuxCommandLibrary

ppdpo

TLDR

Extract strings for translation

$ ppdpo -o [messages.po] [driver.drv]
copy
Extract from PPD file
$ ppdpo -o [strings.po] [file.ppd]
copy

SYNOPSIS

ppdpo [options] files

DESCRIPTION

ppdpo extracts translatable strings from PPD files. Creates PO files.
The tool supports localization. Part of CUPS.
ppdpo extracts strings.

PARAMETERS

FILES

Input PPD or driver files.
-o FILE
Output PO file.

CAVEATS

CUPS specific. Creates gettext PO format.

HISTORY

ppdpo is part of CUPS for PPD localization support.

SEE ALSO

ppdc(1), ppdmerge(1), gettext(1)

Copied to clipboard