diff options
author | https://www.google.com/accounts/o8/id?id=AItOawndltpDNFSfEZBR_TIcjeDQRkuuyT1e_3o <Boris@web> | 2015-03-14 16:25:40 -0400 |
---|---|---|
committer | admin <admin@branchable.com> | 2015-03-14 16:25:40 -0400 |
commit | 6f6f668bf0682eecaaedcb6a21478a62e246d92d (patch) | |
tree | 0df6ad9354be0049d811f92f61d229d25290855c /doc/plugins | |
parent | 540f7fd22025ffb5265282638ce7585f517b3ce0 (diff) | |
download | ikiwiki-6f6f668bf0682eecaaedcb6a21478a62e246d92d.tar ikiwiki-6f6f668bf0682eecaaedcb6a21478a62e246d92d.tar.gz |
Diffstat (limited to 'doc/plugins')
-rw-r--r-- | doc/plugins/po/discussion.mdwn | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/plugins/po/discussion.mdwn b/doc/plugins/po/discussion.mdwn index 366e4d5d8..b33abdee4 100644 --- a/doc/plugins/po/discussion.mdwn +++ b/doc/plugins/po/discussion.mdwn @@ -722,7 +722,7 @@ that po might be replacing the only link on a page, in error? ---- # Failing to have currentlang respected when using inline -I am trying to wrap my head around l10n. Set up a test site, l10n is working fine. +I am trying to wrap my head around l10n with ikiwiki. Set up a test site, l10n is working fine. Now when inlining a bunch of pages, no matter what inline template I use all links are going to the master language, the slave being ignored on all levels I tried. @@ -730,6 +730,7 @@ Trying to use currentlang() inside the inline directive - I get no pages or link \[[!inline pages=\"man/* and currentlang() and !*/sidebar and !*/b and !*.*\" template=\"titlepage\" archive=\"yes\" quick=\"yes\" show=\"0\" sort=\"mtime\" reverse=\"no\"]] Turning meta title on slave translation pages on and off - no change. +Turning usedirs on and off - no change. Can this be related to the templates used by inline not being localized? Any hints wether I am currently running into some dead end with ikiwiki regarding template l10n here would be greatly appreciated. |