diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/todo/po_plugin_cleanup_of_.pot_files.mdwn | 8 |
1 files changed, 8 insertions, 0 deletions
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. |