Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Language

Just upload the .mo file to bb-includes/languages and edit config.php:

change:

define(‘BBLANG’, ”);

to suit your language, for example:

define(‘BBLANG’, ‘es_ES’);

(in this case, the .mo file is called es_ES.mo).

Skip to toolbar