[Koha-bugs] [Bug 15395] Internationalization: plural forms, context, and more

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Oct 31 16:02:33 CET 2018


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15395

--- Comment #136 from Jonathan Druart <jonathan.druart at bugs.koha-community.org> ---
Created attachment 81739
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=81739&action=edit
Bug 15395: Do not process template files that do not use i18n.inc

It should make the string extraction process a little faster

For the record, I timed some parts of the process to see why it was so
slow, and without surprises the most time-consuming task is the Perl
code analysis by PPI with an average time of 50ms by "template block" on
my machine.
Multiply that by the number of template blocks (approximatively 900),
that gives us 45 seconds just for this task.

Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list