Hello all, I am devloping a web application that requires a multi-language interface. is there a standard localization framework used in Dancer? Or can someone recommend one based on his or her experience? Thank you for your help and best wishes, Lutz
Hello I've tested my app with Dancer::Plugin::I18N it's works well you need poeditor.com to create and manage po and mo filse in you template , just replace [% text %] to [% l(text) %] see https://metacpan.org/pod/Dancer::Plugin::I18N PS: in config.yml do not specify directory, use I18N, it doesn't work for me. bye HB Le 14/04/2014 16:11, Lutz Gehlen a écrit :
Hello all, I am devloping a web application that requires a multi-language interface. is there a standard localization framework used in Dancer? Or can someone recommend one based on his or her experience?
Thank you for your help and best wishes, Lutz _______________________________________________ dancer-users mailing list dancer-users@dancer.pm http://lists.preshweb.co.uk/mailman/listinfo/dancer-users
-- Salutations
Dear Hugues, On Monday 14.04.2014 19:40:23 Hugues wrote:
I've tested my app with Dancer::Plugin::I18N it's works well you need poeditor.com to create and manage po and mo filse
in you template , just replace [% text %] to [% l(text) %]
Thanks for the pointer, this looks like it might be what I was looking for.
PS: in config.yml do not specify directory, use I18N, it doesn't work for me.
Cheers, I'll remember that. Best wishes, Lutz
participants (2)
-
Hugues -
Lutz Gehlen