diff options
author | http://xana.scru.org/ <myopenidmail@web> | 2011-05-24 18:30:57 +0000 |
---|---|---|
committer | admin <admin@branchable.com> | 2011-05-24 18:30:57 +0000 |
commit | 2a5f37172d35112cf910ff583dab90281f2624e2 (patch) | |
tree | e6599646611b5c0fc1960b49cfd1f886fd93b955 /doc | |
parent | 2a390794afd1718010e6f780c1e321ec2d712bd0 (diff) | |
download | ikiwiki-2a5f37172d35112cf910ff583dab90281f2624e2.tar ikiwiki-2a5f37172d35112cf910ff583dab90281f2624e2.tar.gz |
po plugin cleanup .pot files
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. |