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

xgettext-txt - Create PO files from text files

Author

       Written by Guido Flohr (http://www.guido-flohr.net/).

Bugs

       It should be possible to specify alternative delimiters and not just paragraphs.

Description

       Reads one or more text files and turns every paragraph into a translatable string in a PO, resp. .pot
       file.

       See the online documentation for Locale::XGettext <http://search.cpan.org/~guido/Locale-
       XGettext/lib/Locale/XGettext.pm> or the command output "perldoc Locale::XGettext" for a complete list of
       options.

Name

       xgettext-txt - Create PO files from text files

See Also

       Locale::XGettext, perl, xgettext(1)

perl v5.36.0                                       2023-02-05                                   XGETTEXT-TXT(1p)

Usage

           xgettext-txt [OPTIONS] TEXTFILE[, TEXTFILE]
           xgettext-txt [OPTIONS] --files-from="filelist"
           xgettext-txt --help

See Also