summaryrefslogtreecommitdiff
path: root/doc/plugins/po.mdwn
diff options
context:
space:
mode:
authorJoey Hess <joey@gnu.kitenet.net>2009-07-19 13:46:10 +0200
committerJoey Hess <joey@gnu.kitenet.net>2009-07-19 13:46:10 +0200
commitea8c166a053c3c5f78e4a27f26a59f4bc9011b4e (patch)
tree3c6009ce63f200efbd0475fc69339cfa2947a74a /doc/plugins/po.mdwn
parentf5d7d2f02d54fc8d2aabd3fa6b2e7a286410406a (diff)
bugfix: Avoid generating po files for files that are not httmlizable
Diffstat (limited to 'doc/plugins/po.mdwn')
-rw-r--r--doc/plugins/po.mdwn9
1 files changed, 0 insertions, 9 deletions
diff --git a/doc/plugins/po.mdwn b/doc/plugins/po.mdwn
index 7b1582dd7..98526a55a 100644
--- a/doc/plugins/po.mdwn
+++ b/doc/plugins/po.mdwn
@@ -250,15 +250,6 @@ once [[intrigeri]]'s `meta` branch is merged.
An integration branch, called `meta-po`, merges [[intrigeri]]'s `po`
and `meta` branches, and thus has thise additional features.
-Misc Bugs
----------
-
-If `po_translatable_pages` matches a file that is not a wiki
-page, a po file will still be generated for it. There
-is a missing check in there to make sure that the file is a
-page. (Do it by calling `pagetype` and see if it returns a defined
-value.) --[[Joey]]
-
Documentation
-------------