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

Locale::Maketext::Extract::DBI - Extract translation keys from a database

Author

       •   Brian Cassidy <bricas@cpan.org>

Description

       This module extracts translation keys from a database table.

Methods

new()
       Creates a new "Locale::Maketext::Extract::DBI" instance.

   extract(%options)
       The main method for extraction. Take a list of options to pass to "Locale::Maketext::Extract" and
       "extract_dbi".

   extract_dbi($extractor,%options)
       Connects to the database, runs the query and stuffs the results in to the $extractor.

Name

       Locale::Maketext::Extract::DBI - Extract translation keys from a database

See Also

       •   Locale::Maketext::Extract

perl v5.36.0                                       2023-02-09                Locale::Maketext::Extract::DBI(3pm)

Synopsis

           my $extractor = Locale::Maketext::Extract::DBI->new;
           $extract->extract( %options );

See Also