MyBB Community Forums

Full Version: create language pack
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
can anyone tell me how to create language package every steps
ex:which files i must edit,or something else
thanks
Make a copy of inc/languages/english into inc/languages/yourlanguage

Also make a copy of inc/languages/english.php to inc/languages/yourlanguage.php

Edit the language variables in all the files inside inc/languages/yourlanguage/ and edit the settings in inc/languages/yourlanguage.php to your language.
thank you very much