It looks like you're new here. If you want to get involved, click one of these buttons!
class.voting.plugin.php
$Menu->AddLink('Forum', T('Voting'), 'settings/voting', 'Garden.Settings.Manage');
$Definition['Voting'] = 'Your translation here.';
Vanilla co-founder
Comments
class.voting.plugin.phpthere is the following line:$Menu->AddLink('Forum', T('Voting'), 'settings/voting', 'Garden.Settings.Manage');When you see something like that then you need to add the following definition to your locale: You can put this definition in your regular locale pack. You can put it in a separate file if you wish to keep things organized.Vanilla co-founder