package MojoMojo::I18N; use strict; use parent 'Locale::Maketext'; *loc = \&localize; sub localize { my $self = shift; return $self->maketext(@_); } =head1 AUTHORS Marcus Ramberg =head1 LICENSE This library is free software. You can redistribute it and/or modify it under the same terms as Perl itself. =cut 1;