Man Page: publican::localise
Operating Environment: debian
Section: 3pm
Publican::Localise(3pm) User Contributed Perl Documentation Publican::Localise(3pm)NAMEPublican::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;BUGS AND LIMITATIONSNone 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&component=publican>.AUTHORJeff Fearn "<jfearn@redhat.com>" perl v5.14.2 2012-06-18 Publican::Localise(3pm)
| Related Man Pages |
|---|
| publican(3pm) - debian |
| publican::website(3) - centos |
| publican::translate(3) - centos |
| publican::translate(3pm) - debian |
| publican::treeview(3pm) - debian |
| Similar Topics in the Unix Linux Community |
|---|
| How can I do this in VI editor? |
| Find columns in a file based on header and print to new file |
| A (ksh) Library For and From UNIX.com |
| My first PERL incarnation... Audio Oscillograph |