@ashwaag
15 years, 7 months ago
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).