aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsvetlana <svetlana@web>2017-02-06 01:39:02 -0400
committeradmin <admin@branchable.com>2017-02-06 01:39:02 -0400
commit7b664f415107ffb6538dfe41d3fba640af1523b9 (patch)
treefeb3142d9d55256e54780886210eff232c4c92cd
parent7c0292edc5b95b40ebd14ed569e260d095599c51 (diff)
downloadikiwiki-7b664f415107ffb6538dfe41d3fba640af1523b9.tar
ikiwiki-7b664f415107ffb6538dfe41d3fba640af1523b9.tar.gz
-rw-r--r--doc/plugins/po/discussion.mdwn2
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]]