diff options
author | Joey Hess <joey@gnu.kitenet.net> | 2009-08-15 22:18:05 -0400 |
---|---|---|
committer | Joey Hess <joey@gnu.kitenet.net> | 2009-08-15 22:18:05 -0400 |
commit | 4ff3e2a540d154d49dfc70fb89dcc8422f2047e3 (patch) | |
tree | cb1d25fbd3fafc7acc5313e18f04aa8f014cf42d /doc | |
parent | 1be07eae46e4993ecfea3da750727e1ec2d4b07d (diff) | |
download | ikiwiki-4ff3e2a540d154d49dfc70fb89dcc8422f2047e3.tar ikiwiki-4ff3e2a540d154d49dfc70fb89dcc8422f2047e3.tar.gz |
po: Better fix for missing underlay translation problem.
If a page is taken from the underlay, and one of the specified languages
does not have po files in the underlay, it would create a broken link
to the translated version of the page for that language.
With this change, there's no broken link.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/plugins/po.mdwn | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/plugins/po.mdwn b/doc/plugins/po.mdwn index 684593bf3..3766ad295 100644 --- a/doc/plugins/po.mdwn +++ b/doc/plugins/po.mdwn @@ -307,7 +307,8 @@ pages as edit links, as if those pages do not exist. That's really confusing, especially as clicking such a link brings up an edit form to create a new, english page. -This is with po_link_to=current or negotiated. With default, it doesn't happen.. +This is with po_link_to=current or negotiated. With default, it doesn't +happen.. --[[Joey]] Double commits of po files -------------------------- @@ -321,7 +322,7 @@ and then committed again. The second commit makes this change: +"Content-Transfer-Encoding: ENCODING\n" Same thing happens when a change to an existing page triggers a po file -update. +update. --[[Joey]] Documentation ------------- |