NAME

Locale::Maketext::Lexicon::CatmanduConfig - Use Catmandu config files as a Maketext lexicon

SYNOPSIS

    Catmandu->{config}{locale}{en} = {
        hello => "Hello",
    };

    package MyI18N;
    use parent 'Locale::Maketext';
    use Locale::Maketext::Lexicon {
        en => [ CatmanduConfig => ['en'] ],
    };