Panda: these are the translation of the forum that are not the same.
Additional info: put bbpress-fr-FR.mo in plugins/bbpress/bbp-languages
And use this in my functions.php (in my theme):
Code:
function theme_init(){
load_theme_textdomain(‘community’, get_template_directory() . ‘/languages’);
}
add_action (‘init’, ‘theme_init’);