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

edited November 2009 in Vanilla 2.0 - 2.8
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:

patch < patchfilename
in directory that contains patch file and default.php.
Sign In or Register to comment.