Wiki language selector

Hi Community,

I translated de:start and de:volunteering page in wiki to German some time ago. Now I noticed that nobody will ever see it because there is no possibility to change language or to set language in profile or take browser setting or something like that. This is also true for other languages. What about changing that?

https://www.dokuwiki.org/plugin:translation

3 Likes

@mrmarkuz I can’t find it too.

@alefattorini Could you install this plugin?

1 Like

The better to do that is @giacomo

2 Likes

I will be out for the Open Source conference until Friday. I will try to fix it at the end of the week.

Feel free to ping me if you don’t have news next week :wink:

4 Likes

I just updated the entire platform and a bunch of plugins.

Added also the translation plugin as requested (but not tested) :wink:

2 Likes

Thank you. I think you have to add some code to the template to make language selection work.

<?php
$translation = plugin_load('helper','translation');
if ($translation) echo $translation->showTranslations();
?>
1 Like

Done, but don’t ask me further, I don’t want to learn dokuwiki internals :stuck_out_tongue:

Yeah, it worked! Thank you very much! Now there’s a language selector on the right bottom side.

If you need help with dokuwiki just give me some rights, I use dokuwiki for quite a long time…

6 Likes

Can you point us out those new pages in German?

https://wiki.nethserver.org/doku.php?id=de:start

https://wiki.nethserver.org/doku.php?id=de:howto:volunteering

More will follow…

4 Likes

Nice work man :smiley:

1 Like