summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoey Hess <joey@gnu.kitenet.net>2009-07-20 04:54:25 +0200
committerJoey Hess <joey@gnu.kitenet.net>2009-07-20 04:54:25 +0200
commit7d56f17891e121889b93e21e7154d98deffbd7b9 (patch)
tree7b956d83ad2486c77baefd9dbe025b6e6ffb3985
parent3f517fa1430a4f86545d7dc71a04328694b80cd6 (diff)
more thoughts on underlays
-rw-r--r--doc/plugins/po.mdwn17
1 files changed, 16 insertions, 1 deletions
diff --git a/doc/plugins/po.mdwn b/doc/plugins/po.mdwn
index e1cb0b5b9..f28c8b188 100644
--- a/doc/plugins/po.mdwn
+++ b/doc/plugins/po.mdwn
@@ -271,7 +271,22 @@ 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]]
+since the translated po files cannot really be used.
+
+A further problem comes if one wants to use a non-English language as the
+`po_master_language`. It would be good to get a translated
+basewiki, taking po files from the underlay and using them as the primary
+page sources, but this plugin doesn't yet support that.
+
+And, maybe it shouldn't? A user would not expect to see a po file when
+editing the index page of their wiki, just because they're using a
+different language. Instead, we might want to build localized .mdwn files
+for the basewiki, and then ikiwiki would just use that translated underlay.
+The when the user edits index, they get a nice mdwn file to start from.
+
+So, we seem to have two cases, in one po files from the underlay should be
+used, in the other not. Hmm. Support both?
+--[[Joey]]
Duplicate %links ?
------------------