20 Feb
2015
20 Feb
'15
10:53 a.m.
On Fri, 2015-02-20 at 10:31 +0000, Zahir Lalani wrote:
What is the preferred method for localisation of templates using Dancer2. Everything seems to point to locale.maketext but I am unclear as to whether this is the standard approach in Dancer2 or not
I'm not doing any at the moment, but when I do, my plan is to use Log::Report for all translations. I'm currently using that module for all my error handling and general messages, so I'll be able to integrate everything nicely. For TT: https://metacpan.org/pod/distribution/Log-Report-Lexicon/lib/Log/Report/Extr... Incidentally, there will soon be Dancer::Logger::LogReport and Dancer2::Logger::LogReport Andy