1 [[plugins/po]]'s `checkconfig` looks in the `underlaydirs`, but plugins that
2 add underlays typically do so in their own `checkconfig`.
4 As far as I can see, this will result in it not adding translated versions
5 of underlays added by a plugin that comes after it in `$config{add_plugins}`;
6 for instance, if you have `add_plugins => qw(po smiley)`, you'll probably
7 not get the translated versions of `smileys.mdwn`. (I haven't tested this.)
9 To see them all, `po` should use `last => 1` when registering the hook.