summaryrefslogtreecommitdiff
path: root/doc/plugins/po.mdwn
diff options
context:
space:
mode:
authorintrigeri <intrigeri@web>2009-08-26 01:41:55 -0400
committerJoey Hess <joey@kitenet.net>2009-08-26 01:41:55 -0400
commit7bd7e78e4a7d31c460909776057687e0e29dba12 (patch)
treeb03ae16ec018ee8f4ccb5bdc43617eed1d1b4dbc /doc/plugins/po.mdwn
parent145d89a6fc03936cc36d70946a8471da9bfe468a (diff)
po: commenting some TODO items
Diffstat (limited to 'doc/plugins/po.mdwn')
-rw-r--r--doc/plugins/po.mdwn13
1 files changed, 12 insertions, 1 deletions
diff --git a/doc/plugins/po.mdwn b/doc/plugins/po.mdwn
index b4c8b135e..45630d763 100644
--- a/doc/plugins/po.mdwn
+++ b/doc/plugins/po.mdwn
@@ -282,12 +282,23 @@ That used to be so, but the bug was fixed. Does this mean
that po might be replacing the only link on a page, in error?
--[[Joey]]
+> It would replace it. The only problematic case is when another
+> plugin has its own reasons, in its `scan` hook, to add a page
+> that is already there to `$links{$page}`. This other plugin's
+> effect might then be changed by po's `scan` hook... which could
+> be either good (better overall l10n) or bad (break the other
+> plugin's goal). --[[intrigeri]]
+
Name of toplevel index page
---------------------------
Normally at the top index page of a wiki, you see the wiki name at
the top. However, at the top *translated* index page, you see something
-like "index.da". --[[Joey]]
+like "index.da". --[[Joey]]
+
+> I suggest changing `Render.pm`, line 115, to replace the `$page eq 'index'`
+> test with a predicate call such as isindexpage($page). Such a predicate
+> function could then be overriden by the po plugin. --[[intrigeri]]
Pagespecs
---------