aboutsummaryrefslogtreecommitdiff
path: root/doc/bugs/po:_might_not_add_translated_versions_of_all_underlays.mdwn
diff options
context:
space:
mode:
authorhttp://smcv.pseudorandom.co.uk/ <smcv@web>2011-01-07 19:38:16 +0000
committerJoey Hess <joey@kitenet.net>2011-01-07 19:38:16 +0000
commit728e0d12aee1669f2ed53e479aea4cc808f364ef (patch)
treec1caa96d1d5c31484e5955306f193851c9272cf5 /doc/bugs/po:_might_not_add_translated_versions_of_all_underlays.mdwn
parent8adc1d50fae5c4c110fdf3b76e23967c87eeeb9e (diff)
downloadikiwiki-728e0d12aee1669f2ed53e479aea4cc808f364ef.tar
ikiwiki-728e0d12aee1669f2ed53e479aea4cc808f364ef.tar.gz
suspected bug
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.mdwn10
1 files changed, 10 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
new file mode 100644
index 000000000..66d16bf23
--- /dev/null
+++ b/doc/bugs/po:_might_not_add_translated_versions_of_all_underlays.mdwn
@@ -0,0 +1,10 @@
+[[plugins/po]]'s `checkconfig` looks in the `underlaydirs`, but plugins that
+add underlays typically do so in their own `checkconfig`.
+
+As far as I can see, this will result in it not adding translated versions
+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.)
+
+To see them all, `po` should use `last => 1` when registering the hook.
+--[[smcv]]