Catalyst::Plugin::I18N::DBIC problem i_default
am 03.10.2007 17:26:45 von ongaro.micheleHi everybody,
I'm trying to set up an application with i18n support with
Catalyst::Plugin::I18N::DBIC
the config seems to be all right.
the problem comes here:
# $c->language( ['de'] );
# $c->load_lexicon( qw(header_test) );
# $c->log->warn( $c->localize('HOME'));
but $c->language returns 'i_default' so no db row is found and 'HOME'
is returned.
where is my error? I guess it is really stupid...
Thanks in advance,
M.