Forums

Join
bbPress Support ForumsTroubleshootingBBpress Alpha 1.6 problems with localization

Info

BBpress Alpha 1.6 problems with localization

  1. Hi all,
    I have a problem with localization of forum.

    /**
    * bbPress Localized Language, defaults to English.
    *
    * Change this to localize bbPress. A corresponding MO file for the chosen
    * language must be installed to a directory called "my-languages" in the root
    * directory of bbPress. For example, install de.mo to "my-languages" and set
    * BB_LANG to 'de' to enable German language support.
    */
    define('BB_LANG', 'it_IT');

    I have edited the bb-config.php and made the directory called "my-languages" in the root directory of bbpress with inside my languages file, but i didn't see any change.
    I have make a deep integration with wp 2.7

    Thanks

  2. What is the .mo file named?

  3. See http://bbpress.org/forums/topic/php_e-issue#post-16264

    But there instead of wp-blog-header.php and wp-wp-blog-header-bb.php must be used wp-load.php and wp-load-bb.php files.

  4. You must log in to post.