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

ecppl - language-extractor for ecpp(7)

Author

       This manual page was written by Tommi Mäkitalo tommi@tntnet.org.

Description

ecppl  is  the  language  extractor  for  ecpp.  Ecpp - the template language used with tntnet - supports
       internationalized applications. In ecpp templates a tag <i18n> changes the meaning  of  curly  braces.  A
       phrase,  which  is  enclosed  in curly braces, can be translated. At runtime the phrase is looked up in a
       language-library. This mode can be quit with the tag </i18n>. Phrases must not have newlines or tabs.

       Every phrase, which is marked as translatable, is extracted with ecppl and written to standard output  or
       to a specified output-filename line by line.

Name

       ecppl - language-extractor for ecpp(7)

Options

-Idir Search  include-files  in  directory.  This  option  can  be passed multiple times.  All specified
              directories are searched in turn for include-files.

       -l     Extract language-phrases (the default)

       -n     Extract non-language-phrases

       -ofilename
              Specify output filename

See Also

tntnet(1), ecpp(7), ecppll(1).

Tntnet                                             2006-07-23                                           ecppl(1)

Synopsis

ecppl [-Idir] [-ln] [-ooutput-filename] ecpp-filename ...

See Also