|
NAMEintltool-update - updates PO template file and merge translations with itSYNOPSISintltool-update [option]...intltool-update LANGCODE DESCRIPTIONintltool-update generates new po file templates from source code, and merges existing translations with these new po templates.You must change working directory to the subdirectory containing translations (usually "po/") before running intltool-update. OPTIONSWhen executing intltool-update , only one mode of operation is allowed each time.Mode of operation
Other options
EXAMPLESCreates a new PO template from source code, and name it foo.pot:
intltool-update --pot --gettext-package=foo
Updates translation file xy.po using existing po template called "bar.pot", and writes output into "xy1.po":
intltool-update --dist --gettext-package=bar --output-file=xy1.po xy
Creates new PO template and updates translation file xy.po (xy.po is overwritten with new content):
intltool-update xy
(same as intltool-update --pot && intltool-update --dist
xy)FILES
REPORTING BUGSReport bugs to http://bugs.launchpad.net/intltoolAUTHORDarin Adler <darin@bentspoon.com>Kenneth Christiansen <kenneth@gnu.org> Maciej Stachowiak <mjs@eazel.com> SEE ALSOintltoolize(8), intltool-prepare(8), intltool-extract(8), intltool-merge(8), xgettext(1)
Visit the GSP FreeBSD Man Page Interface. |