aboutsummaryrefslogtreecommitdiff
path: root/doc/bugs/po:_might_not_add_translated_versions_of_all_underlays.mdwn
diff options
context:
space:
mode:
authorJoey Hess <joey@kitenet.net>2011-01-25 15:39:58 -0400
committerJoey Hess <joey@kitenet.net>2011-01-25 15:39:58 -0400
commit726e0de7d7a9044c8202f777cf2d70af2ed3abce (patch)
treeb9f52ace0c42d8d28138f606b9ff9080dc708e7b /doc/bugs/po:_might_not_add_translated_versions_of_all_underlays.mdwn
parent7626ebeb64a02cc2d914ad2df3d5361d8ceeaae3 (diff)
downloadikiwiki-726e0de7d7a9044c8202f777cf2d70af2ed3abce.tar
ikiwiki-726e0de7d7a9044c8202f777cf2d70af2ed3abce.tar.gz
run po checkconfig last so it can see underlays added in other checkconfig hooks
Diffstat (limited to 'doc/bugs/po:_might_not_add_translated_versions_of_all_underlays.mdwn')
-rw-r--r--doc/bugs/po:_might_not_add_translated_versions_of_all_underlays.mdwn6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/bugs/po:_might_not_add_translated_versions_of_all_underlays.mdwn b/doc/bugs/po:_might_not_add_translated_versions_of_all_underlays.mdwn
index 66d16bf23..82aed400d 100644
--- a/doc/bugs/po:_might_not_add_translated_versions_of_all_underlays.mdwn
+++ b/doc/bugs/po:_might_not_add_translated_versions_of_all_underlays.mdwn
@@ -6,5 +6,11 @@ of underlays added by a plugin that comes after it in `$config{add_plugins}`;
for instance, if you have `add_plugins => qw(po smiley)`, you'll probably
not get the translated versions of `smileys.mdwn`. (I haven't tested this.)
+> It doesn't happen because smiley adds the underlay unconditionally on
+> import. Which is really more usual.
+
To see them all, `po` should use `last => 1` when registering the hook.
--[[smcv]]
+
+> At least all that don't last their hooks too! But, added, since
+> it will make the problem much less likely to occur. --[[Joey]] [[done]]