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
@mrmarkuz I can’t find it too.
@alefattorini Could you install this plugin?
The better to do that is @giacomo
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
I just updated the entire platform and a bunch of plugins.
Added also the translation plugin as requested (but not tested)
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(); ?>
Done, but don’t ask me further, I don’t want to learn dokuwiki internals
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…
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…
Nice work man