Koha/misc/translator
Julian Maurice ee0c8f319a 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@bugs.koha-community.org>

Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
2018-11-08 15:55:52 +00:00
..
po Bug 21351: Rename the Taiwanese language pack to use correct file name 2018-10-15 13:18:43 +00:00
LangInstaller.pm Bug 15395: Do not process template files that do not use i18n.inc 2018-11-08 15:55:52 +00:00
tmpl_process3.pl Bug 21480: misc/translator/translate does not work with perl 5.26 2018-10-03 17:33:37 +00:00
TmplTokenizer.pm Bug 21481: (QA follow-up) Remove last reference to text-extract2 2018-10-05 15:03:18 +00:00
translate Bug 21480: misc/translator/translate does not work with perl 5.26 2018-10-03 17:33:37 +00:00
VerboseWarnings.pm
xgettext.pl Bug 21481: Remove obsolete files from translation toolkit 2018-10-05 15:01:59 +00:00