]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/blob - doc/bugs/po_vs_templates.mdwn
need more info to reproduce
[git.ikiwiki.info.git] / doc / bugs / po_vs_templates.mdwn
1 The po plugin's protection against processing loops (i.e. the
2 alreadyfiltered stuff) is playing against us: the template plugin
3 triggers a filter hooks run with the very same ($page, $destpage)
4 arguments pair that is used to identify an already filtered page.
6 Processing an included template can then mark the whole translation
7 page as already filtered, which prevented `po_to_markup` to be called on
8 the PO content.
10 Symptoms: the unprocessed gettext file goes unfiltered to the
11 generated HTML.
13 This has been fixed in my po branch.
15 -- [[intrigeri]]
17 [[!tag patch]]