diff options
author | Joey Hess <joey@gnu.kitenet.net> | 2009-07-20 07:20:43 +0200 |
---|---|---|
committer | Joey Hess <joey@gnu.kitenet.net> | 2009-07-20 07:20:43 +0200 |
commit | be30203459f6994f650ed56b9f7da88b8c98c137 (patch) | |
tree | 1f97d8f50e6f5a05c3b7edb184c06f56145acba1 /doc/plugins/po.mdwn | |
parent | e6709f6677f037097744a07cc9c3b58db4fd4595 (diff) | |
parent | a7b813182df7d18a0d1bf2fb28b3ee4c069c86e9 (diff) |
Merge branch 'master' into integration
Diffstat (limited to 'doc/plugins/po.mdwn')
-rw-r--r-- | doc/plugins/po.mdwn | 21 |
1 files changed, 20 insertions, 1 deletions
diff --git a/doc/plugins/po.mdwn b/doc/plugins/po.mdwn index e1cb0b5b9..8e87e2638 100644 --- a/doc/plugins/po.mdwn +++ b/doc/plugins/po.mdwn @@ -271,7 +271,26 @@ 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? + +> Update -- I've written po2wiki, which can spit out translated underlays +> in markdown format, and made the po plugin enable use of such underlays +> when the master language is not `en`. +--[[Joey]] Duplicate %links ? ------------------ |