logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

rstconv - The Free Pascal resource string converter tool.

Description

rstconv reads a resource string file ( .rst ) that was produced by the Free Pascal compiler and outputs a
       file  that  can  be  used  by  an internationalization tool (currently only GNU gettext is supported) for
       internationalizing your application.

Name

       rstconv - The Free Pascal resource string converter tool.

Options

-fformat
              Specify the output file format. Currently only the following format is supported:

              po     emit  a  .po  file  for use with GNU gettext , which converts it to a .mo file, that can be
                     read with the gettext unit.

       -h(or--help)
              outputs a short help message.

       -iinfile
              Specifies the input file name. If omitted, then standard input is assumed.

       -ooutfile
              (Required) specify the output file name.

See Also

gettext(1) ppc386(1)

Free Pascal                                        10 Jan 2000                                        rstconv(1)

Synopsis

rstconv[options]-ooutfile

Usage

rstconv has one required option: -ooutfile to specify  the  output  file  name.  If  no  input  file  is
       specified, then standard input is assumed.

See Also