aboutsummaryrefslogtreecommitdiff
path: root/doc/plugins
diff options
context:
space:
mode:
authorhttps://www.google.com/accounts/o8/id?id=AItOawndltpDNFSfEZBR_TIcjeDQRkuuyT1e_3o <Boris@web>2015-03-14 16:17:47 -0400
committeradmin <admin@branchable.com>2015-03-14 16:17:47 -0400
commit36c3c518f3c8d591a39c16e99435c4cd6296858e (patch)
tree103bc838dcb43a3baa568256fbdb5e9dd1c0b748 /doc/plugins
parentcfd750aad091e4f82593f63164f9de3bb711479f (diff)
downloadikiwiki-36c3c518f3c8d591a39c16e99435c4cd6296858e.tar
ikiwiki-36c3c518f3c8d591a39c16e99435c4cd6296858e.tar.gz
Diffstat (limited to 'doc/plugins')
-rw-r--r--doc/plugins/po/discussion.mdwn7
1 files changed, 5 insertions, 2 deletions
diff --git a/doc/plugins/po/discussion.mdwn b/doc/plugins/po/discussion.mdwn
index 3a64c0fbe..ab7c8028d 100644
--- a/doc/plugins/po/discussion.mdwn
+++ b/doc/plugins/po/discussion.mdwn
@@ -721,13 +721,16 @@ that po might be replacing the only link on a page, in error?
>>>> Cherry-picked --[[Joey]]
----
-# Failing to have currentlang being respected when using inline
+# 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.
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.
+
+ \[[!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.
Can this be related to the templetes used by inline not being localized?