summaryrefslogtreecommitdiff
path: root/doc/plugins/po.mdwn
diff options
context:
space:
mode:
authorintrigeri <intrigeri@boum.org>2008-11-06 15:54:55 +0100
committerintrigeri <intrigeri@boum.org>2008-11-06 15:54:55 +0100
commit8b001dbb00d702fad648c0f313b0d1d6a3827325 (patch)
tree1a1124c1b1eca5ab45d2393a9ae41f4c5f1b1d44 /doc/plugins/po.mdwn
parentc8cc03c824b7a9e6a091192291a40246dbef3b2f (diff)
po: redesign (once more) automatic POT/PO files update
Now use the change hook to update these files, check them into VCS, and trigger IkiWiki::refresh as needed. The needsbuild hook's help was required to prevent infinite looping. This more rigorous way of doing this fixes recentchanges (that was previously not updated in some cases), and probably is a better long-term solution than the two previously tested ones. Signed-off-by: intrigeri <intrigeri@boum.org>
Diffstat (limited to 'doc/plugins/po.mdwn')
-rw-r--r--doc/plugins/po.mdwn4
1 files changed, 0 insertions, 4 deletions
diff --git a/doc/plugins/po.mdwn b/doc/plugins/po.mdwn
index b6a8bede4..923ccd63a 100644
--- a/doc/plugins/po.mdwn
+++ b/doc/plugins/po.mdwn
@@ -223,10 +223,6 @@ Security checks
gettext/po4a rough corners
--------------------------
-- commiting a new master page version updates the translations, but
- does not refresh recentchanges anymore after having checked-in the
- new translations (since manual IkiWiki::refresh() call was removed,
- I guess)
- fix infinite loop when synchronizing two ikiwiki (when checkouts
live in different directories): say bla.fr.po has been updated in
repo2; pulling repo2 from repo1 seems to trigger a PO update, that