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

Publican::Localise - Publican localisation utilities.

Author

       Jeff Fearn  "<jfearn@redhat.com>"

perl v5.40.1                                       2025-03-14                            Publican::Localise(3pm)

Bugs And Limitations

       None reported.

       Please report any bugs or feature requests to "publican-list@redhat.com", or through the web interface at
       <https://bugzilla.redhat.com/bugzilla/enter_bug.cgi?product=Publican&amp;component=publican>.

Name

       Publican::Localise - Publican localisation utilities.

       #...any methods you might want all your languages to share...

       # And, assuming you want the base class to be an _AUTO lexicon, # as is discussed a few sections up:

   fallback_language_classes
       fallback to en for unknown locales

Package Publican::Localise::De_De; Use Base Qw(Locale::Maketext::Gettext);

       return 1;

       package Publican::Localise::zh_tw; use base qw(Locale::Maketext::Gettext);

       return 1;

       package Publican::Localise::zh_cn; use base qw(Locale::Maketext::Gettext);

       return 1;

See Also