MyBB Community Forums

Full Version: How to translate plugins?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
So, how do you guys do it? Please tell me. Huh
Do we have to edit files, or something in the ACP?

Regards.
There are two types of plugins: those that use language files and those that doesn't.

For the first type, everything is simple: if no language file is supplied for your language - just copy files from inc/languages/<existing lang>/ to inc/languages/<your lang>/ and from inc/languages/<existing lang>/admin to inc/languages/<your lang>/admin, modify them - and that's it!

For the second type, you will have to change the plugin file itself, that requires basic knowledge of PHP.