summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoey Hess <joey@gnu.kitenet.net>2009-07-20 00:11:56 +0200
committerJoey Hess <joey@gnu.kitenet.net>2009-07-20 00:11:56 +0200
commit7865433d8ea1c37a84b191556886d1803a405a16 (patch)
treef2d2837ef54aa2b4bf5bf0561f48f857ebffb8d2
parent08254c722032a2cf67c3fb1a1681c977fb204355 (diff)
update, think I have the real bug this time
-rw-r--r--doc/plugins/po.mdwn22
1 files changed, 9 insertions, 13 deletions
diff --git a/doc/plugins/po.mdwn b/doc/plugins/po.mdwn
index a0d3e7a93..e1cb0b5b9 100644
--- a/doc/plugins/po.mdwn
+++ b/doc/plugins/po.mdwn
@@ -260,22 +260,18 @@ 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]]
-Re-render bug
--------------
+po files in underlay
+--------------------
-If .ikiwiki is deleted and a wiki is rebuilt from scratch, and
-po has created po files before, something wrong happens:
+I think this plugin doesn't yet allow po files to be present in an
+underlay to translate files also from the underlay.
-> joey@gnu:~/src/ikiwiki/po/html>ls -l index*
-> -rw-r--r-- 1 joey joey 1159 Jul 19 22:51 index.html
->
-> index.de:
-> total 4
-> -rw-r--r-- 1 joey joey 1829 Jul 19 22:51 index.html
+In `istranslatablefile`, it specifically checks that
+the file is present in srcdir.
-index.de/index.html contains the raw po file shoved into
-page.tmpl. I have only gotten as far as guessing it is a bug in
-`_istranslation` --[[Joey]]
+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 ?
------------------