Hello,
with "default" template, I would like to use
plugin:translation
http://www.dokuwiki.org/plugin:translation
with configuration option #2
"2. no pages in the top namespace and all languages in sub namespaces",
on a DokuWiki system of 2009-02-14 with english interface language.
Problem:
If I enter
$conf['plugin']['translation']['translations'] = 'en,de';
( by configuration menu, and stored in local.php ), the plugin always creates not 2 but 3 links or dropdown menu items:
id=mypage.html - link named "en"
id:de:mypage.html - link named "de"
id:en:mypage.html - link named "en"
So how to fix or configure the plugin, that for use with option #2
"2. no pages in the top namespace and all languages in sub namespaces",
just the links or dropdown menu items
id:de:mypage.html - link named "de"
id:en:mypage.html - link named "en"
appear ?
The current solution works right for option #1, if the visitors of the website are expected to read the documents in the "default" language, and then some visitors MIGHT want to read a translated page. So its obvious that there is just ONE direction of translation. Thats why there is just one language to mention in the configuration ( one jump from root namespace to each sub namespace, and one single jump back, implicitely ).
Now for option #2 if there are namespaces for each language, its obvious that everybody wants to translate from any document to any language.
So its always a jump from one namespace to the other ( e.g. 2 entries in the translations settings ), and no jump from a language namespace to the root namespace.
Sincerely
Rolf