From: intrigeri Date: Wed, 25 May 2011 05:36:24 +0000 (+0000) Subject: rename todo/po_plugin_cleanup_of_.pot_files.mdwn to todo/po:_should_cleanup_.pot_file... X-Git-Tag: 3.20110431~48 X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/commitdiff_plain/86f4b60b34e9fc8d3f83ecf5103700f81f781593 rename todo/po_plugin_cleanup_of_.pot_files.mdwn to todo/po:_should_cleanup_.pot_files.mdwn --- diff --git a/doc/todo/po:_should_cleanup_.pot_files.mdwn b/doc/todo/po:_should_cleanup_.pot_files.mdwn new file mode 100644 index 000000000..e8032c54d --- /dev/null +++ b/doc/todo/po:_should_cleanup_.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. diff --git a/doc/todo/po_plugin_cleanup_of_.pot_files.mdwn b/doc/todo/po_plugin_cleanup_of_.pot_files.mdwn deleted file mode 100644 index e8032c54d..000000000 --- a/doc/todo/po_plugin_cleanup_of_.pot_files.mdwn +++ /dev/null @@ -1,8 +0,0 @@ -[[!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.