NAME

OpenInteract2::Setup::ReadLocalizedMessages - Find and read all localization data and create lookup tables

SYNOPSIS

my $setup = OpenInteract2::Setup->new( 'read localized messages' );
$setup->run();

DESCRIPTION

This setup action asks each package for its localization message files (via get_message_files() and passes the files to OpenInteract2::I18N::Initializer, which does the actual work.

Once they're all read in we pass each class created to the configuration initializers (OpenInteract2::Config::Initializer) with the type 'localization'.

Setup Metadata

name - 'read localized messages'

dependencies - 'read packages'

SEE ALSO

OpenInteract2::I18N::Initializer

OpenInteract2::Config::Initializer

OpenInteract2::Setup

COPYRIGHT

Copyright (c) 2005 Chris Winters. All rights reserved.

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

AUTHORS

Chris Winters <chris@cwinters.com>