Hi,
I'm useing
$c->stash->{page}
= $c->loc( "New branch for [_1]", $company->name );
to internationalize my catalyst app.
In my I18N/de.po I have:
msgid "New branch for [_1]"
msgstr "Neue Niederlassung für [_1]"
All the strings without [_1] are being translated as expected.
I'm very thankful for any tip.
Greets,
Mario
_______________________________________________
List: [email protected]
Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst
Searchable archive: http://www.mail-archive.com/[EMAIL PROTECTED]/
Dev site: http://dev.catalyst.perl.org/