i just don't understand the process detailled by J. Van M
how can i turn my iBlogProForum into french????
Step 1 is ok! but at step 2 i am lost!
what is BBpress (Vs bbpress)???
Otherwise everything was just super easy!
iBlogProForum - Localization
Started by
arthur
, Feb 10 2010 02:46 PM
1 reply to this topic
#1
Posted 10 February 2010 - 02:46 PM
#2
Posted 11 February 2010 - 07:52 AM
Maybe the confusion lies in the fact that you have 2 language file for the forum, one for bbPress and for the iBlogProForum theme.
They both should be named (in your case) fr_FR.mo, as defined in your WordPress configuration file wp-config.php on line 60 or so
`
/**
* WordPress Localized Language, defaults to English.
*
* Change this to localize WordPress. A corresponding MO file for the chosen
* language must be installed to wp-content/languages. For example, install
* de.mo to wp-content/languages and set WPLANG to 'de' to enable German
* language support.
*/
define ('WPLANG', 'fr_FR');
`
They both should be named (in your case) fr_FR.mo, as defined in your WordPress configuration file wp-config.php on line 60 or so
`
/**
* WordPress Localized Language, defaults to English.
*
* Change this to localize WordPress. A corresponding MO file for the chosen
* language must be installed to wp-content/languages. For example, install
* de.mo to wp-content/languages and set WPLANG to 'de' to enable German
* language support.
*/
define ('WPLANG', 'fr_FR');
`









