From: http://xana.scru.org/ Date: Tue, 24 May 2011 18:30:57 +0000 (+0000) Subject: po plugin cleanup .pot files X-Git-Tag: 3.20110431~49 X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/commitdiff_plain/2a5f37172d35112cf910ff583dab90281f2624e2 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.