diff options
author | Jonas Smedegaard <dr@jones.dk> | 2009-07-20 01:02:19 +0200 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2009-07-20 01:02:19 +0200 |
commit | 187128d063041187659faf0e0a13f9568820e798 (patch) | |
tree | 782a717d8cf5fa7dad51225348ef582d6b3e64a5 /doc/plugins | |
parent | 031b880ad943748847224a737055a8936b5d796e (diff) | |
parent | 7865433d8ea1c37a84b191556886d1803a405a16 (diff) |
Merge branch 'master' of git://git.ikiwiki.info into underlay-da
Diffstat (limited to 'doc/plugins')
-rw-r--r-- | doc/plugins/po.mdwn | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/doc/plugins/po.mdwn b/doc/plugins/po.mdwn index 2d59c03fa..e1cb0b5b9 100644 --- a/doc/plugins/po.mdwn +++ b/doc/plugins/po.mdwn @@ -260,6 +260,28 @@ order, as `po_slave_languages` is a hash. It would need to be converted to an array to support this. (If twere done, twere best done quickly.) --[[Joey]] +po files in underlay +-------------------- + +I think this plugin doesn't yet allow po files to be present in an +underlay to translate files also from the underlay. + +In `istranslatablefile`, it specifically checks that +the file is present in srcdir. + +Problem with this is that it precludes using po to translate +the basewiki (work which is well under way for Danish BTW), +since the translated po files cannot really be used. --[[Joey]] + +Duplicate %links ? +------------------ + +I notice code in the scan hook that seems to assume +that %links will accumulate duplicate links for a page. +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]] + Documentation ------------- |