Forums

Join

Info

languages

  1. I create the folder my-languages, i put the po and mo file inside the folder but bbpress remains in english...where is the problem for you?

    kikko088

  2. You also need to edit file bb-config.php. Replace line define('BB_LANG', ''); with define('BB_LANG', 'code'); where code is code of your langiage. eg. sr_RS.

  3. is the same...:( I change the line but nothing...

    define( 'BB_LANG', 'it_IT' );

    kikko088

  4. Please notice that if you specify: define( 'BB_LANG', 'it_IT' ); then the mo/po must be called it_IT.mo/po. Take my italian translation. It is guaranteed.

  5. the file that I use are your file...the problem was a plugin of wp...now is all OK

  6. You must log in to post.