This is an old revision of the document!
Table of Contents
Translation2 plugin
Compatible with DokuWiki
rc2009-02-06, previous and newer
This extension has not been updated in over 2 years. It may no longer be maintained or supported and may have compatibility issues.
Similar to translation
How to install
open main.php of your template (for ex lib/tpl/default/main.php) insert this line at the top of the script <PHP> plugin_load('action','translation2'); </PHP>
Problems
[xtian, 22 July 2009] When the translation for the browser language doesn't exist, the plugin shows the default language page (which is good) but clicking on the selected flag (the browser language flag is selected, not the default language flag) is uneffective, so a user can't add a page in the browser language (which should be what all translators do).
[ulco, 22 July 2009] It seems that this plugin doesn't work with the monobook template. As far as I can figure out the flags are linked to an entity which not exists in that template and therefore the flags don't show up.
[xtian, 23 July 2009] I confirm what ulco says: doesn't work in monobook. I modified action.php changing "bar__topleft" with “siteNotice P” and the flags now appear in the siteNotice. Not very elegant but quick See the outcome in my VilloNanny wiki
[V-12, 18 December 2009] This plugin works for sure on default template. I've tried to run it on others, like lilas, battlehorse and terre and I couldn't see any flags on the screen. Anyone can provide a list of templates on which ones this plugin works well? Or any ideas how to have it working on lilas for example?
[marble, 7 July 2010] Initially it doesn't work for incognitek template. I've also modifed action.php changing 'bar__topleft' with 'breadcrumbs'. But I've noticed that there are still a couple of things which is not translated such as the search button, the show page button etc. Any idea how to do it?
Requests
Please implement an option like suggested for translation too “no pages in the top namespace and all languages in sub namespaces”, or please describe how to configure your plugin manually for that. Sincerely Rolf Hemmerling 2009-10-11 12:00