diff options
author | https://www.google.com/accounts/o8/id?id=AItOawndltpDNFSfEZBR_TIcjeDQRkuuyT1e_3o <Boris@web> | 2015-03-14 14:26:31 -0400 |
---|---|---|
committer | admin <admin@branchable.com> | 2015-03-14 14:26:31 -0400 |
commit | 9485bd1e5d76432139e4ef691e8d61cdfe41d03b (patch) | |
tree | e50086c4225d9a43458bd8505df20e9ca72b86ae | |
parent | 643c0b271cc56378f688cd9e849272594e72bad5 (diff) | |
download | ikiwiki-9485bd1e5d76432139e4ef691e8d61cdfe41d03b.tar ikiwiki-9485bd1e5d76432139e4ef691e8d61cdfe41d03b.tar.gz |
-rw-r--r-- | doc/plugins/po/discussion.mdwn | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/doc/plugins/po/discussion.mdwn b/doc/plugins/po/discussion.mdwn index 50998e822..3a64c0fbe 100644 --- a/doc/plugins/po/discussion.mdwn +++ b/doc/plugins/po/discussion.mdwn @@ -719,3 +719,16 @@ that po might be replacing the only link on a page, in error? >>> Commit 3c2bffe21b91684 in my po branch does this. --[[intrigeri]] >>>> Cherry-picked --[[Joey]] + +---- +# Failing to have currentlang being respected when using inline +I am trying to wrap my head around l10n. 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. + +Trying to use currentlang() inside the inline directive - I get no pages or links to pages at all. +Turning meta title on slave translation pages on and of, no change. + +Can this be related to the templetes used by inline not being localized? + +Any hints wether I am currently running into some dead end with ikiwiki here would be greatly appreciated. |