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

xgettextdbi - Fetch values for translation from a database

Author

       •   Brian Cassidy <bricas@cpan.org>

Description

       Grabs values from a database;

Name

       xgettextdbi - Fetch values for translation from a database

See Also

       •   xgettext

perl v5.36.0                                       2023-02-09                                    XGETTEXTDBI(1p)

Synopsis

           % xgettextdbi [OPTIONS]

           INPUT OPTIONS:
           --dsn      the database DSN
           --username your username
           --password your password
           --query    the SQL query to select the column you would like translated

           OUTPUT OPTIONS:
           -d, --default-domain Use $NAME.po for output, instead of messages.po
           -o, --output         PO file name to be written or incrementally
                                updated (use "-" for STDOUT)
           -p, --output-dir     Output files will be placed in this directory

See Also