diff options
author | svetlana <svetlana@web> | 2017-02-06 01:39:02 -0400 |
---|---|---|
committer | admin <admin@branchable.com> | 2017-02-06 01:39:02 -0400 |
commit | 7b664f415107ffb6538dfe41d3fba640af1523b9 (patch) | |
tree | feb3142d9d55256e54780886210eff232c4c92cd | |
parent | 7c0292edc5b95b40ebd14ed569e260d095599c51 (diff) | |
download | ikiwiki-7b664f415107ffb6538dfe41d3fba640af1523b9.tar ikiwiki-7b664f415107ffb6538dfe41d3fba640af1523b9.tar.gz |
-rw-r--r-- | doc/plugins/po/discussion.mdwn | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/plugins/po/discussion.mdwn b/doc/plugins/po/discussion.mdwn index 35d755e05..ffd511aa1 100644 --- a/doc/plugins/po/discussion.mdwn +++ b/doc/plugins/po/discussion.mdwn @@ -747,3 +747,5 @@ Hello, I am not sure whether it's the right way to add a comment here, but I dow > It should be in a section headed "format plugin: po". If that doesn't appear, try > `perl -MIkiWiki::Plugin::po -e ''` (or equivalently, `use IkiWiki::Plugin::po;` in > an interactive Perl session) and see whether there are useful error messages. --[[smcv]] + +> > I had to set ikiwiki's INSTALL_BASE to ~/perl5, and install local::lib, to get the wiki to see Locale::Po4a::Po. What was helpful is `ikiwiki --setup wiki/ikiwiki.setup --wrappers` as it outputs the useful error message straight away if it can't find something in @INC. It is finally working now. --[[users/svetlana]] |