Subject: | Using CX::I18N::Model::L10N |
I'm not sure if this is a bug or not, but I'm finding CX::I18N virtually
impossible to use with a model. I've attached a model, but I cannot see
how it can ever work, as there is no maketext method on the base
CX::I18N::Model::L10N. So, $c->maketext routes to the model, but then
never goes anywhere near the .po files.
Somehow this needs to get routed to a Locale::Maketext thingy, and
although one is created, just, I cannot see how the documented samples and
source code match up on this issue. I'm also slightly nervous about the
definitions of new in Moose code. Can I help at all? This module ought to
do everything I want but I need something better than C::P::I18N as soon
as possible, and this is the closest I've seen. It will be really nice
when it is polished.
Subject: | L10N.pm |
package ARM::Model::L10N;
use Moose;
extends 'CatalystX::I18N::Model::L10N';
1;