bbPress Forum not adopting Dutch Language
-
Hello
I have Dutch language nl_NL.mo installed for WP in /public_html/wptest/wp-content/themes/bp-default
The site is running Buddypress
Challenge:
The Forum navigation menus are still in English
Please tell me how I can ensure bbPress Forum is presented in Dutch?
Thanks in advance
Phil
P.S. I have searched this forum without success for a solution.
-
Is this forum still active?
Is this forum still active?
The site is running Buddypress
This is the bbPress forum (not the BuddyPress one). Anyway you must change the language in the main configuration file.
The site is running Buddypress
This is the bbPress forum (not the BuddyPress one). Anyway you must change the language in the main configuration file.
@zaeri Thanks for getting back to me…
I believe that since BuddyPress was presented in Dutch and bbPress was NOT that the bbPress forum was the place to ask the question?
************************************
The bb-config.php was/is configured hence my consternation:
<?php
/***
* *** IMPORTANT ****
* This file will stop people from accessing your bbPress installation directly.
* It is very important from a security standpoint that this file is not moved.
* Your actual bb-config.php file will be installed in the root of your WordPress
* installation once you have set up the forums component in BuddyPress.
*/
header(“HTTP/1.0 403 Forbidden”); die;
define (‘WPLANG’, ‘nl_NL’);
?>
define (‘WPLANG’, ‘nl_NL’);
?>
************************************
And yet the forum is still in English – I would appreciate any other insights please…
@zaeri Thanks for getting back to me…
I believe that since BuddyPress was presented in Dutch and bbPress was NOT that the bbPress forum was the place to ask the question?
************************************
The bb-config.php was/is configured hence my consternation:
<?php
/***
* *** IMPORTANT ****
* This file will stop people from accessing your bbPress installation directly.
* It is very important from a security standpoint that this file is not moved.
* Your actual bb-config.php file will be installed in the root of your WordPress
* installation once you have set up the forums component in BuddyPress.
*/
header(“HTTP/1.0 403 Forbidden”); die;
define (‘WPLANG’, ‘nl_NL’);
?>
define (‘WPLANG’, ‘nl_NL’);
?>
************************************
And yet the forum is still in English – I would appreciate any other insights please…
Oops – sorry here info extracted from the WordPress directory bb-config.php:
/**
* 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’, ‘nl_NL’ );
define( ‘WP_LANG’, ‘nl_NL’ );
define( ‘BB_LANG_DIR’, ‘http://localhost/”wordpressdirectory”/wp-content/plugins/buddypress/bp-forums/bbpress/my-languages’ );
********************************************************************
The referenced directory contains nl_NL.mo with 644 file permisisons
Oops – sorry here info extracted from the WordPress directory bb-config.php:
/**
* 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’, ‘nl_NL’ );
define( ‘WP_LANG’, ‘nl_NL’ );
define( ‘BB_LANG_DIR’, ‘http://localhost/”wordpressdirectory”/wp-content/plugins/buddypress/bp-forums/bbpress/my-languages’ );
********************************************************************
The referenced directory contains nl_NL.mo with 644 file permisisons
BuddyPress uses a intergrated form of bbPress, therefore it is not part of bbPress, but part of BuddyPress. Check on their forums.
Unless you installed bbPress WordPress plugin or bbPress stand alone and intergrated that.
If you installed the plugin, don’t hope for too much support on translation yet, if you installed the bbPress stand alone, then it should work, mine worked fine back when I was using those two.
A custom theme can always be the problem too!
BuddyPress uses a intergrated form of bbPress, therefore it is not part of bbPress, but part of BuddyPress. Check on their forums.
Unless you installed bbPress WordPress plugin or bbPress stand alone and intergrated that.
If you installed the plugin, don’t hope for too much support on translation yet, if you installed the bbPress stand alone, then it should work, mine worked fine back when I was using those two.
A custom theme can always be the problem too!
- You must be logged in to reply to this topic.