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.
Multilingual patches for Vanilla 1 plugins
Hi everybody, here goes patches that make a plugin multilingual and therefor translatable. I have a couple of patches to share with community. If you have too you can post it here
Thanks!
Plugin is considered multilingual if it has it's strings set with $Context->SetDefinition() method. Here's the documentation article: Languages in Extensions. Newer plugins already has this, but the older ones don't.
You can apply a patch by putting it in the same dir as default.php that's gonna be patched and issuing a command:
in directory that contains patch file and default.php.
Thanks!
Plugin is considered multilingual if it has it's strings set with $Context->SetDefinition() method. Here's the documentation article: Languages in Extensions. Newer plugins already has this, but the older ones don't.
You can apply a patch by putting it in the same dir as default.php that's gonna be patched and issuing a command:
patch < patchfilename
in directory that contains patch file and default.php.
0
Comments
Patch for Who's Online 1.2
http://pastebin.com/f6f0aae95
Patch: http://pastebin.com/f190467e7
Patch: http://pastebin.com/f2abae34d