From: http://xana.scru.org/ Date: Tue, 24 May 2011 18:30:57 +0000 (+0000) Subject: po plugin cleanup .pot files X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=2a5f37172d35112cf910ff583dab90281f2624e2;p=ikiwiki.git po plugin cleanup .pot files --- diff --git a/doc/todo/po_plugin_cleanup_of_.pot_files.mdwn b/doc/todo/po_plugin_cleanup_of_.pot_files.mdwn new file mode 100644 index 000000000..e8032c54d --- /dev/null +++ b/doc/todo/po_plugin_cleanup_of_.pot_files.mdwn @@ -0,0 +1,8 @@ +[[!tag wishlist]] + +The [[plugins/po]] plugin litters the wiki srcdir with .pot files, but when pages are removed, the corresponding .pot files are not. + +intrigeri says + +> Calling rcs_remove followed by IkiWiki::prune against the POT file, +> in po.pm:deletetranslations, should be enough to get rid of it.