Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Please add T() to allow locale translations!
I had to adjust the following lines in the plugin's documents, in order to translate the text strings to my language:
default.php
default.php
- 36:
$ActivityHeadline = $UserName . T(" has started a new discussion");
- 14:
echo $this->Form->Button(T('Subscribe ALL users to ALL Categories they are allowed to view'),
- 11:
echo $this->Form->Label(T('General Settings'));
- 12:
echo $this->Form->CheckBox('Plugin.EMailSubscribe.All', T('Subscribe to all discussions'));
- 20:
echo $this->Form->CheckBox('Plugin.EMailSubscribe.Categ'.$Category[0], T('Subscribe to category ').$Category[1]);
- 27:
echo $this->Form->Close(T('Save'));
Tagged:
0
Comments
http://vanillaforums.org/discussion/14714/how-to-make-a-locale-for-an-addons
For some reason, I've missed your comments. I will integrate them in the next version!
Thanks,
/cd
The new release should fix this 0.2.1
Catalin