NAME

Handel::L10N - Localization module for Handel

SYNOPSIS

use Handel::L10N qw(translate);

warn translate('This is my message');

DESCRIPTION

This module is simply a subclass of Locale::Maketext. By default it doesn't export anything. You can either use it directly:

use Handel::L10N;

warn Handel::L10N::translate('My message');

You can also export translate into the users namespace:

use Handel::L10N qw(translate);

warn translate('My message');

Thus far, the French translation comes from Googles translation tools. IF you have the time and can do better, the help would be much appreciated.

METHODS

translate

Translates the supplied text into the appropriate language if available. If no match is available, the original text is returned.

SEE ALSO

Locale::Maketext, Handel::L10N::us_en, Handel::L10N::fr

AUTHOR

Christopher H. Laco
CPAN ID: CLACO
claco@chrislaco.com
http://today.icantfocus.com/blog/