Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info
[ikiwiki.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.
5
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.
9
10 Symptoms: the unprocessed gettext file goes unfiltered to the
11 generated HTML.
12
13 This has been fixed in my po branch.
14
15 -- [[intrigeri]]
16
17 [[!tag patch]]