From: Chris W. <la...@us...> - 2005-01-24 17:03:29
|
Update of /cvsroot/openinteract/OpenInteract2/lib/OpenInteract2/I18N In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15660/I18N Modified Files: Initializer.pm Log Message: doc: add reference to OI2::Setup::ReadLocalizedMessages Index: Initializer.pm =================================================================== RCS file: /cvsroot/openinteract/OpenInteract2/lib/OpenInteract2/I18N/Initializer.pm,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** Initializer.pm 26 Sep 2004 01:45:51 -0000 1.8 --- Initializer.pm 24 Jan 2005 17:03:20 -0000 1.9 *************** *** 269,276 **** Finds all message files (that is, files ending in '.msg') in the ! global message directory as reported by the ! L<OpenInteract2::Context|OpenInteract2::Context> and adds them to the ! initializer. Normally only called by ! L<OpenInteract2::Setup|OpenInteract2::Setup>. Returns: arrayref of fully-qualified files added --- 269,275 ---- Finds all message files (that is, files ending in '.msg') in the ! global message directory as reported by the L<OpenInteract2::Context> ! and adds them to the initializer. Normally only called by ! L<OpenInteract2::Setup::ReadLocalizedMessages>. Returns: arrayref of fully-qualified files added *************** *** 353,357 **** See more about the format used for the message files in ! L<OpenInteract2::Manual::I18N|OpenInteract2::Manual::I18N>. Returns: arrayref of the names of the classes generated. --- 352,356 ---- See more about the format used for the message files in ! L<OpenInteract2::Manual::I18N>. Returns: arrayref of the names of the classes generated. *************** *** 359,367 **** =head1 SEE ALSO ! L<OpenInteract2::I18N|OpenInteract2::I18N> ! L<OpenInteract2::Manual::I18N|OpenInteract2::Manual::I18N> ! L<Locale::Maketext|Locale::Maketext> =head1 COPYRIGHT --- 358,368 ---- =head1 SEE ALSO ! L<OpenInteract2::I18N> ! L<OpenInteract2::Manual::I18N> ! L<OpenInteract2::Setup::ReadLocalizedMessages> ! ! L<Locale::Maketext> =head1 COPYRIGHT |