From: intrigeri Date: Tue, 4 Nov 2008 18:23:58 +0000 (+0100) Subject: po plugin: aesthetics X-Git-Tag: 3.15~406^2~4 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=cfcb7454db57481060f4caccd501ca8d281b22c5;p=ikiwiki.git po plugin: aesthetics Signed-off-by: intrigeri --- diff --git a/IkiWiki/Plugin/po.pm b/IkiWiki/Plugin/po.pm index 779571984..cc8e9b2ed 100644 --- a/IkiWiki/Plugin/po.pm +++ b/IkiWiki/Plugin/po.pm @@ -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;