Skip to:
Content
Pages
Categories
Search
Top
Bottom

WPMU – blogs in different languages – localization doesn't work

  • Hi Team,

    Finally registered but around for a while. Big thanks for having released bbpress as a plugin!

    I’ve just installed the plugin for 2 blogs under WPMU. One blog in english and the other french.

    When creating the fr_FR.mo, nothing happens. Already changed the admin labels and it remains in english.

    Any suggetion or is this a known-issue?

    Thanks a lot in advance,

    Isabelle,

Viewing 2 replies - 1 through 2 (of 2 total)
  • 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’);

    :'(

Viewing 2 replies - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.
Skip to toolbar