]> sipb.mit.edu Git - ikiwiki.git/commit
po plugin: memoize istranslatable and _istranslation
authorintrigeri <intrigeri@boum.org>
Sat, 11 Oct 2008 01:41:12 +0000 (03:41 +0200)
committerintrigeri <intrigeri@boum.org>
Sat, 18 Oct 2008 13:49:10 +0000 (15:49 +0200)
commit08df9dcef78a38ceaa12d5b93442b77df4d63573
tree90cbf5a88e4578ee53d579dbd1b4ef7a241ad234
parent1e874b3f0a396ba99ebf7ab8bad3d7eed1a846f2
po plugin: memoize istranslatable and _istranslation

Both functions are called very often, and:
- istranslatable has no side effect
- _istranslation is the helper function, without any side effect, for the
  istranslation function

Signed-off-by: intrigeri <intrigeri@boum.org>
IkiWiki/Plugin/po.pm