arsava / dokuwiki-template-vector

"vector" brings you the MediaWiki/Wikipedia 2010 look and feel for DokuWiki.
http://www.dokuwiki.org/template:vector
GNU General Public License v2.0
40 stars 10 forks source link

[Feature Request] User tabs supporting translation plugin #14

Open retostauss opened 11 years ago

retostauss commented 11 years ago

It would be nice if the template would support the translation plugin for user defined tabs.

Requirements

  1. The text should be translated.
  2. Depending on the chosen language the link to a wiki page should be adapted.

Example $_vector_tabs_left["tab-addnewpage"]["text"] = "New Page"; $_vector_tabs_left["tab-addnewpage"]["wiki"] = ":wiki:addnewpage";

If "German" is chosen the text should be "Neue Seite" and the link should point to "de:wiki:addnewpage".