po plugin: aesthetics

Signed-off-by: intrigeri <intrigeri@boum.org>
master
intrigeri 2008-11-04 19:23:58 +01:00
parent c731a81b43
commit cfcb7454db
1 changed files with 4 additions and 3 deletions

View File

@ -19,11 +19,12 @@ use Memoize;
my %translations;
our %filtered;
## FIXME: makes some test cases cry once every two tries; this may be
## related to the artificial way the testsuite is run, or not.
# memoize("istranslatable");
memoize("_istranslation");
memoize("percenttranslated");
# FIXME: memoizing istranslatable() makes some test cases fail once every
# two tries; this may be related to the artificial way the testsuite is
# run, or not.
# memoize("istranslatable");
# backup references to subs that will be overriden
my %origsubs;