Info
- 5 posts
- 3 voices
- Started 2 years ago by kikko088
- Latest reply from kikko088
- This topic is not resolved
languages
-
- Posted 2 years ago #
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
-
- Posted 2 years ago #
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.
-
- Posted 2 years ago #
is the same...:( I change the line but nothing...
define( 'BB_LANG', 'it_IT' );
kikko088
-
- Posted 2 years ago #
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. -
- Posted 2 years ago #
the file that I use are your file...the problem was a plugin of wp...now is all OK
-
You must log in to post.