MyBB Community Forums

Full Version: Persian ( farsi ) Language , HELP !
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Dear sirs .

We are a persian programer team and we want to create a language pack for myBB . please help us to do this .

please can u give us a list of all modifications need to create a languge pack ? we are currently translated some of languge files and we need that all page use UTF-8 encoding .

thanks .
To translate MyBulletinBoard, you need to do the following:
- browse to the folder \inc\languages.
- copy the file named english.php and the folder named english;
- rename the copied file and folder to the language you wish to use;
- make sure they are both in \inc\languages.
You will then have a folder named english and a file named english.php there, and also a folder <your language> and a file <your language>.php.

- edit the file <your language>.php so the information in it is correct for your language; change the first line to match the name of your language, change the second line to mention the authors of the translation, make sure the third line has the right version and do not change the fourth line.
- translate all .lang.php files, with the MyBB Translator Script if you wish.

If you need to change the encoding, you cannot change this in these files. You will need to edit the template named 'headerinclude' to change that.

If you have more questions, feel free to post them here Smile