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

rep-xgettext - extract i18n strings from lisp scripts.

Author

       This manual page was written by Christian Marillat <marillat@debian.org> for the Debian GNU/Linux  system
       (but may be used by others).

                                                  04 avril 2003                                  REP-XGETTEXT(1)

Description

rep-xgettext The usual method of constructing message catalogue templates (.pot files) is to run xgettext
       on  the  C  source  files  of  the program (that have been annotated for i18n).  librep provides the rep-
       xgettext program to perform the same task for files of Lisp code.

Name

       rep-xgettext - extract i18n strings from lisp scripts.

Options

--include
              include DEFINER. This is not documented by upstream.

       --c    This makes it output pseudo C code containing the string constants found.

       --pot  This makes it output in standart .pot file.

See Also

       The programs are documented fully by JohnHarper available via the Info system.

Synopsis

rep-xgettext [ --includeDEFINER ] [ --c  ] [ --pot  ]

See Also