From: intrigeri Date: Fri, 28 Aug 2009 14:38:13 +0000 (+0200) Subject: doc/po: report problem with link() + propose patch X-Git-Url: https://sipb.mit.edu/gitweb.cgi/ikiwiki.git/commitdiff_plain/6be874612539d3148d288fc6a4c47743a7c0c8fc?hp=3f303cc853426a1ddb8e36b8fb544a69bced3721 doc/po: report problem with link() + propose patch Signed-off-by: intrigeri --- diff --git a/doc/plugins/po.mdwn b/doc/plugins/po.mdwn index 39b237c73..031188a67 100644 --- a/doc/plugins/po.mdwn +++ b/doc/plugins/po.mdwn @@ -343,6 +343,15 @@ as translation pages are not supposed to have subpages. My po branch has code (e671e72053e81fa, which depends on 72ac9821e56637) that fixes this. --[[intrigeri]] +link() pagespec on translation pages +------------------------------------ + +The `link()` pagespec, on translation pages, currently tests whether +a given page links to the *current translation page*, rather than +whether it links to its master page. I believe the later is generally +expected. Commit 646c9a4c95a480 in my po branch fixes this. +--[[intrigeri]] + Documentation -------------