Publican::Localise.3pm

Langue: en

Autres versions - même langue

Version: 2010-10-06 (fedora - 01/12/10)

Section: 3 (Bibliothèques de fonctions)

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;

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=Fedora&amp;version=rawhide&amp;component=publican>.

AUTHOR

Jeff Fearn "<jfearn@redhat.com>"