diff options
author | Joey Hess <joey@gnu.kitenet.net> | 2009-08-10 15:59:32 -0400 |
---|---|---|
committer | Joey Hess <joey@gnu.kitenet.net> | 2009-08-10 15:59:32 -0400 |
commit | 83480665c256a344900fc817bcb4618f8db9aeee (patch) | |
tree | 66802a72ed34822670326bad48bf270161a37850 /doc/plugins | |
parent | 8c4325d2ceb50533cea01128d119ff19fba2ea44 (diff) | |
download | ikiwiki-83480665c256a344900fc817bcb4618f8db9aeee.tar ikiwiki-83480665c256a344900fc817bcb4618f8db9aeee.tar.gz |
po: Fix copy of po file from underlay when editing
When first editing a page that was in the underlay, avoid losing
the translation by copying the po file over from the underlay.
Diffstat (limited to 'doc/plugins')
-rw-r--r-- | doc/plugins/po.mdwn | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/doc/plugins/po.mdwn b/doc/plugins/po.mdwn index 0c8110563..2fbf67016 100644 --- a/doc/plugins/po.mdwn +++ b/doc/plugins/po.mdwn @@ -277,17 +277,6 @@ 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]] -Bug when editing underlay file ------------------------------- - -While I've gotten translated underlays working, there is a bug -if the wiki is currently using a page from the underlay, and the master -language version is edited. This causes the edited page to be saved -to srcdir.. and all the translations get set to 0% and their -po files have the translated strings "emptied". What's really going on -is that these are entirely new po files not based on the old ones -in the basewiki, and thus lacking translations. --[[Joey]] - Documentation ------------- |