<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.1" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
		>
	<channel>
		<title>bbPress Support Forums &#187; Tag: localization - Recent Posts</title>
		<link>http://bbpress.org/forums/tags/localization</link>
		<description>bbPress Support Forums &#187; Tag: localization - Recent Posts</description>
		<language>en-US</language>
		<pubDate>Fri, 10 Feb 2012 05:15:49 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.1</generator>
				<atom:link href="http://bbpress.org/forums/rss/tags/localization" rel="self" type="application/rss+xml" />

		<item>
			<title>drsim on "bbPress Language Files"</title>
			<link>http://bbpress.org/forums/topic/bbpress-language-files#post-97509</link>
			<pubDate>Wed, 25 Jan 2012 09:06:15 +0000</pubDate>
			<dc:creator>drsim</dc:creator>
			<guid isPermaLink="false">97509@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>does bbpress have support for Hindi language?
</p>]]></description>
					</item>
		<item>
			<title>iyem Polat on "bbPress Language Files"</title>
			<link>http://bbpress.org/forums/topic/bbpress-language-files#post-94881</link>
			<pubDate>Wed, 30 Nov 2011 10:24:59 +0000</pubDate>
			<dc:creator>iyem Polat</dc:creator>
			<guid isPermaLink="false">94881@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>@bardo<br />
hi brother,<br />
I created in /wp-content/languages/ a bbpress directory (/wp-content/languages/bbpress) and I updated bbpress-tr_TR.mo and bbpress-tr.po files to this directory and than  I updated the mo and po /wp-content/plugins/bbpress/bbp-languages </p>
<p>I changed bbpress.php  load_textdomain() function (line 524 ATM).</p>
<p>public function load_textdomain() {</p>
<p>		// Allow locale to be filtered<br />
		$locale = apply_filters( 'bbpress_locale', get_locale() );</p>
<p>		// Get mo file name<br />
		$mofile = sprintf( 'bbpress-tr_TR.mo', $locale );</p>
<p>		// Setup paths to current locale file<br />
		$mofile_local  = $this-&#62;lang_dir . '/' . $mofile;<br />
		$mofile_global = WP_LANG_DIR . '/bbpress/' . $mofile;</p>
<p>		// Look in local /wp-content/plugins/bbpress/bbp-languages/ folder<br />
		if ( file_exists( $mofile_local ) )<br />
			return load_textdomain( 'bbpress-tr_TR.po', $mofile_local );</p>
<p>		// Look in global /wp-content/languages/ folder<br />
		elseif ( file_exists( $mofile_global ) )<br />
			return load_textdomain( 'bbpress-tr_TR.po', $mofile_global );</p>
<p>		// Nothing found<br />
		return false;<br />
	}</p>
<p>I use bbpress plugin 2.0.1<br />
My WP version is 3.2.1</p>
<p>%100 I did somethinh wrong because my english is not very good.<br />
What can be going wrong?</p>
<p>Thank you.
</p>]]></description>
					</item>
		<item>
			<title>bardo on "bbPress Language Files"</title>
			<link>http://bbpress.org/forums/topic/bbpress-language-files#post-93127</link>
			<pubDate>Mon, 10 Oct 2011 22:17:06 +0000</pubDate>
			<dc:creator>bardo</dc:creator>
			<guid isPermaLink="false">93127@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>@Vayu: happy it worked :)</p>
<p>@Moddey: your first try should have worked (look at Vayu's solution). It's normal that nothing changes if you edit the pot file: pot files are like "translation sources", po files are the translated version in a human readable form, mo files are their machine-readable form. So tou should need only bbpress-da_DK.mo in your /wp-content/languages/bbpress/ directory.<br />
Are you sure the file permissions are ok and the web server can read them?
</p>]]></description>
					</item>
		<item>
			<title>Vayu on "bbPress Language Files"</title>
			<link>http://bbpress.org/forums/topic/bbpress-language-files#post-93123</link>
			<pubDate>Mon, 10 Oct 2011 20:56:00 +0000</pubDate>
			<dc:creator>Vayu</dc:creator>
			<guid isPermaLink="false">93123@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>Hi Bardo, thanks for helping.</p>
<p>This worked for me finally. :-)</p>
<p>So I have these 2 files here like this:</p>
<p>/wp-content/languages/bbpress/bbpress-da_DK.mo<br />
/wp-content/languages/bbpress/bbpress-da_DK.po</p>
<p>Nothing else.</p>
<p>Vayu
</p>]]></description>
					</item>
		<item>
			<title>ModdeyDo on "bbPress Language Files"</title>
			<link>http://bbpress.org/forums/topic/bbpress-language-files#post-93117</link>
			<pubDate>Mon, 10 Oct 2011 17:19:59 +0000</pubDate>
			<dc:creator>ModdeyDo</dc:creator>
			<guid isPermaLink="false">93117@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>Thanks Bardo for the info, but still no joy here :-(<br />
I have in<br />
/wp-content/languages/bbpress both bbpress-da_DK.mo and bbpress-da_DK.po.</p>
<p>I also put them in /wp-content/plugins/bbpress/bbp-languages and I removed the bbpress.pot file from that dir just to see what would happen.</p>
<p>I even edited some Danish into bbpress.pot just to see would that help. But alas still no local language :-(</p>
<p>Do you mean that $mofile should be actually set to bbpress-dk_dk.mo ? or should it just be bbpress-%s.mo.</p>
<p>Moddey
</p>]]></description>
					</item>
		<item>
			<title>bardo on "bbPress Language Files"</title>
			<link>http://bbpress.org/forums/topic/bbpress-language-files#post-93105</link>
			<pubDate>Mon, 10 Oct 2011 13:18:21 +0000</pubDate>
			<dc:creator>bardo</dc:creator>
			<guid isPermaLink="false">93105@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>Also looking for the solution, I resorted to reading the code and found it. Quick version: bbPress inherits WordPress' locale string. Suppose it's 'it_IT'. Then you will have to put your language file in wp-content/languages/bbpress/bbpress-it_IT.mo ;-)</p>
<p>In-depth version: in bbpress.php you can find the load_textdomain() function (line 524 ATM). There you can see it gets the WordPress locale, then uses it to compose the language filename in the $mofile variable. $mofile in our example case is set to 'bbpress-it_IT.mo', and this filename is looked for in the 'wp-content/plugins/bbpress/bbp-languages' directory first (which, as index.php says, should not be used), and then in the 'wp-content/languages/bbpress/' directory. Just put it there named like we found before and you're done.
</p>]]></description>
					</item>
		<item>
			<title>ModdeyDo on "bbPress Language Files"</title>
			<link>http://bbpress.org/forums/topic/bbpress-language-files#post-93099</link>
			<pubDate>Mon, 10 Oct 2011 09:19:58 +0000</pubDate>
			<dc:creator>ModdeyDo</dc:creator>
			<guid isPermaLink="false">93099@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>Hi Vayu, Thanks I found it, I did not see the "export" tab the first time I was there :-)</p>
<p>Takker</p>
<p>Moddey
</p>]]></description>
					</item>
		<item>
			<title>Vayu on "bbPress Language Files"</title>
			<link>http://bbpress.org/forums/topic/bbpress-language-files#post-93096</link>
			<pubDate>Mon, 10 Oct 2011 08:06:25 +0000</pubDate>
			<dc:creator>Vayu</dc:creator>
			<guid isPermaLink="false">93096@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>Hi Moddey.</p>
<p>To download your language file from glotpress<br />
<a href="http://translate.wordpress.org/projects/bbpress/plugin" rel="nofollow">http://translate.wordpress.org/projects/bbpress/plugin</a></p>
<p>You have to be logged in.<br />
Click into your language section.  At the bottom of the page you can export the language file.
</p>]]></description>
					</item>
		<item>
			<title>ModdeyDo on "bbPress Language Files"</title>
			<link>http://bbpress.org/forums/topic/bbpress-language-files#post-93091</link>
			<pubDate>Mon, 10 Oct 2011 07:56:19 +0000</pubDate>
			<dc:creator>ModdeyDo</dc:creator>
			<guid isPermaLink="false">93091@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>Hi a</p>
<p>Same as Vayu here, except I have not downloaded the language file from Glotpress, I am using the last version.</p>
<p>Other than that everything else is exactly the same.</p>
<p>Moddey
</p>]]></description>
					</item>
		<item>
			<title>Vayu on "bbPress Language Files"</title>
			<link>http://bbpress.org/forums/topic/bbpress-language-files#post-93089</link>
			<pubDate>Mon, 10 Oct 2011 07:03:04 +0000</pubDate>
			<dc:creator>Vayu</dc:creator>
			<guid isPermaLink="false">93089@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>Thanks John, but I am still not getting any translation on the bbPress forum plugin.</p>
<p>I have my WordPress translation files here: /wp-content/languages/ and my WP installation is translated perfectly.</p>
<p>I have placed my bbPress plugin language files here:</p>
<p>/wp-content/languages/bbpress/da_DK.mo<br />
/wp-content/languages/bbpress/da_DK.po</p>
<p>I have this in my wp-config.php:</p>
<p>define('WPLANG', 'da_DK');</p>
<p>I have downloaded the language file from Glotpress.</p>
<p><a href="http://translate.wordpress.org/projects/bbpress/plugin/da/default" rel="nofollow">http://translate.wordpress.org/projects/bbpress/plugin/da/default</a></p>
<p>Wonder what can be going wrong??</p>
<p>Thanks<br />
Vayu
</p>]]></description>
					</item>
		<item>
			<title>John James Jacoby on "bbPress Language Files"</title>
			<link>http://bbpress.org/forums/topic/bbpress-language-files#post-93079</link>
			<pubDate>Mon, 10 Oct 2011 00:31:03 +0000</pubDate>
			<dc:creator>John James Jacoby</dc:creator>
			<guid isPermaLink="false">93079@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>@highexistnence - What version of bbPress are you using? If using 2.0, put your WordPress translation files in:</p>
<pre>/wp-content/languages/</pre>
<p>your bbPress translation files in:</p>
<pre>/wp-content/languages/bbpress/</pre>
<p>and then:</p>
<pre>define('WPLANG', 'es_ES');</pre>
<p> in your wp-config.php, replacing es_ES with your language code.</p>
<p>If you're language is English, then you don't need to do anything.
</p>]]></description>
					</item>
		<item>
			<title>amirsaam on "bbPress Language Files"</title>
			<link>http://bbpress.org/forums/topic/bbpress-language-files#post-93074</link>
			<pubDate>Sun, 09 Oct 2011 17:15:38 +0000</pubDate>
			<dc:creator>amirsaam</dc:creator>
			<guid isPermaLink="false">93074@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>LOL! Yep @JJJ is right! On line 538 of <code>bbPress.php</code> we have a language directory for bbPress! It exist like <code>/wp-content/languages/bbpress/</code> and I think the textdomain (if need but I don't think so) is <code>bbpress</code><br />
That was what I got from that file :)
</p>]]></description>
					</item>
		<item>
			<title>highexistence on "bbPress Language Files"</title>
			<link>http://bbpress.org/forums/topic/bbpress-language-files#post-93064</link>
			<pubDate>Sun, 09 Oct 2011 07:00:00 +0000</pubDate>
			<dc:creator>highexistence</dc:creator>
			<guid isPermaLink="false">93064@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>@johnjamesjacoby -- could you give more specific instructions on how to do this? </p>
<p>I've tried all combinations of file placement and am using this:</p>
<p>define('WPLANG', 'en_US');</p>
<p>define('BBLANG', 'en_US');
</p>]]></description>
					</item>
		<item>
			<title>John James Jacoby on "bbPress Language Files"</title>
			<link>http://bbpress.org/forums/topic/bbpress-language-files#post-93053</link>
			<pubDate>Sat, 08 Oct 2011 22:34:23 +0000</pubDate>
			<dc:creator>John James Jacoby</dc:creator>
			<guid isPermaLink="false">93053@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>Having language files for bbPress 2.0 isn't enough. The proper translation files need to exist for WordPress also.
</p>]]></description>
					</item>
		<item>
			<title>amirsaam on "bbPress Language Files"</title>
			<link>http://bbpress.org/forums/topic/bbpress-language-files#post-93052</link>
			<pubDate>Sat, 08 Oct 2011 22:19:19 +0000</pubDate>
			<dc:creator>amirsaam</dc:creator>
			<guid isPermaLink="false">93052@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>I do not think you're do the right thing guys. I think you jus' must put the language file into WP language directory (<code>wp-content/languages</code>) with a name like (I'm not sure about it) <code>bbp-fa_IR.po</code> or <code>bbppress-fa_IR.po</code> and/or mo. That <code>fa-IR</code> is for my language, example for english: <code>en_US</code>
</p>]]></description>
					</item>
		<item>
			<title>highexistence on "bbPress Language Files"</title>
			<link>http://bbpress.org/forums/topic/bbpress-language-files#post-93025</link>
			<pubDate>Fri, 07 Oct 2011 12:20:42 +0000</pubDate>
			<dc:creator>highexistence</dc:creator>
			<guid isPermaLink="false">93025@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>Same problem, I'm using the BBpress 2.0 plugin with WordPress and cannot get the BB language file to be implemented. </p>
<p>I used define('BBLANG', 'hethen'); in wp-config and also placed the .mo file in wp-content/languages and in bbpress/bbp-languages/
</p>]]></description>
					</item>
		<item>
			<title>ModdeyDo on "bbPress Language Files"</title>
			<link>http://bbpress.org/forums/topic/bbpress-language-files#post-93001</link>
			<pubDate>Thu, 06 Oct 2011 08:42:21 +0000</pubDate>
			<dc:creator>ModdeyDo</dc:creator>
			<guid isPermaLink="false">93001@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>Hi Vaju, </p>
<p>I have now searched the internet (yes all of it I think) and it seems there is a lot of confusion about bbpress and how to change languages.</p>
<p>Has anyone got this to work in version 2.0 (Plugin) ? </p>
<p>Here is what I have tried so far :<br />
1: mo and po files uploaded to /wp-content/plugins/bbpress/bbp-languages<br />
2: Looked in and edited a lot of php files.<br />
3. Checked nearly every file in my themes folder (Suffusion).<br />
4. Have been in discussion with Suffusion theme forum.</p>
<p>None of the above has helped in any way :-(</p>
<p>My wordpress is showing the correct language, which is great. A major problem is the Forum is not. I currently have the site offline for now. But it should be up again before the start of next week (well thats what I have told the users) :-)
</p>]]></description>
					</item>
		<item>
			<title>Vayu on "bbPress Language Files"</title>
			<link>http://bbpress.org/forums/topic/bbpress-language-files#post-92980</link>
			<pubDate>Wed, 05 Oct 2011 20:01:26 +0000</pubDate>
			<dc:creator>Vayu</dc:creator>
			<guid isPermaLink="false">92980@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>Hi Moddey.</p>
<p>I am not sure if what I did is correct. I can't seem to do this in all my themes.  And I can't seem to find out why.</p>
<p>I am also interested in finding a solution that actually works. :-)
</p>]]></description>
					</item>
		<item>
			<title>ModdeyDo on "bbPress Language Files"</title>
			<link>http://bbpress.org/forums/topic/bbpress-language-files#post-92979</link>
			<pubDate>Wed, 05 Oct 2011 19:58:12 +0000</pubDate>
			<dc:creator>ModdeyDo</dc:creator>
			<guid isPermaLink="false">92979@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>I would like to know how this is done, BBpress 2.0. I have uploaded the .mo and .po files all over the place :-) Only thing I have not done is what Vayu said:</p>
<p>add_action('after_setup_theme', 'my_theme_setup');<br />
function my_theme_setup(){<br />
load_theme_textdomain('bbpress', get_template_directory() . '/languages');<br />
}<br />
Do I have to do that ?</p>
<p>TIA<br />
Moddey
</p>]]></description>
					</item>
		<item>
			<title>Vayu on "bbPress Language Files"</title>
			<link>http://bbpress.org/forums/topic/bbpress-language-files#post-92720</link>
			<pubDate>Wed, 28 Sep 2011 11:19:42 +0000</pubDate>
			<dc:creator>Vayu</dc:creator>
			<guid isPermaLink="false">92720@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>I mean bbPress plugin.<br />
<a href="http://wordpress.org/extend/plugins/bbpress/" rel="nofollow">http://wordpress.org/extend/plugins/bbpress/</a></p>
<p>Cheers<br />
Vayu
</p>]]></description>
					</item>
		<item>
			<title>amirsaam on "bbPress Language Files"</title>
			<link>http://bbpress.org/forums/topic/bbpress-language-files#post-92719</link>
			<pubDate>Wed, 28 Sep 2011 11:14:08 +0000</pubDate>
			<dc:creator>amirsaam</dc:creator>
			<guid isPermaLink="false">92719@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>Dude you mean bbPlugin or bbPress (StandAlone vr.)?<br />
For the StandAlone one you must put your language files into <code>my-languages</code> and for bbPlugin put them into WordPress language directory with name like <code>bbpress-fa_IR.po</code> or .mo. themes and plugins have a directory for translations, if have not code a textdomain for it :)
</p>]]></description>
					</item>
		<item>
			<title>Vayu on "bbPress Language Files"</title>
			<link>http://bbpress.org/forums/topic/bbpress-language-files#post-92718</link>
			<pubDate>Wed, 28 Sep 2011 10:36:20 +0000</pubDate>
			<dc:creator>Vayu</dc:creator>
			<guid isPermaLink="false">92718@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>Hi</p>
<p>I am not sure your right about this.  In the index.php file in bbpress/bbp-languages/index.php it says the following.</p>
<p>"Do not put custom translations here. They will be deleted on bbPress updates.<br />
Keep custom bbPress translations in /wp-content/languages/"</p>
<p>I first tried to place my language files in bbp-languages folder and it did't work.</p>
<p>When you do as I explained both the theme and bbpress will be translated.  That's what you want isn't it?</p>
<p>I did notice the date of the post, but people might find my answer helpful even if migueltavares is not looking for help on this anymore.</p>
<p>Vayu
</p>]]></description>
					</item>
		<item>
			<title>amirsaam on "bbPress Language Files"</title>
			<link>http://bbpress.org/forums/topic/bbpress-language-files#post-92717</link>
			<pubDate>Wed, 28 Sep 2011 10:26:45 +0000</pubDate>
			<dc:creator>amirsaam</dc:creator>
			<guid isPermaLink="false">92717@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>Nope @Vayu. He mean bbPress language not theme or plugin.<br />
Language files must upload in a directory in bbPress root called <code>my-languages</code><br />
(Also you must look at the post date: 1 month ago!)
</p>]]></description>
					</item>
		<item>
			<title>Vayu on "bbPress Language Files"</title>
			<link>http://bbpress.org/forums/topic/bbpress-language-files#post-92716</link>
			<pubDate>Wed, 28 Sep 2011 10:13:27 +0000</pubDate>
			<dc:creator>Vayu</dc:creator>
			<guid isPermaLink="false">92716@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>Hi.</p>
<p>Add this to your functions.php file in you theme.</p>
<p>add_action('after_setup_theme', 'my_theme_setup');<br />
function my_theme_setup(){<br />
	load_theme_textdomain('bbpress', get_template_directory() . '/languages');<br />
}</p>
<p>Then place your language files ind the at folder in your theme folder.</p>
<p>Vayu
</p>]]></description>
					</item>
		<item>
			<title>eliZZZa on "2.0 Plugin Version - German Language Files for Download / Deutsche Sprachdateien"</title>
			<link>http://bbpress.org/forums/topic/20-plugin-version-german-language-files-for-download-deutsche-sprachdateien#post-92308</link>
			<pubDate>Wed, 21 Sep 2011 12:22:07 +0000</pubDate>
			<dc:creator>eliZZZa</dc:creator>
			<guid isPermaLink="false">92308@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>Wunderbar - vielen, herzlichen Dank aus Wien!
</p>]]></description>
					</item>
		<item>
			<title>daveshine (David Decker) on "2.0 Plugin Version - German Language Files for Download / Deutsche Sprachdateien"</title>
			<link>http://bbpress.org/forums/topic/20-plugin-version-german-language-files-for-download-deutsche-sprachdateien#post-92306</link>
			<pubDate>Wed, 21 Sep 2011 10:04:02 +0000</pubDate>
			<dc:creator>daveshine (David Decker)</dc:creator>
			<guid isPermaLink="false">92306@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>The awesome bbPress Plugin 2.0 is finally released! :-)</p>
<p>So for all German users I have the language files ready for download - in formal (SIE) and informal (DU) version. Both were tested/used in production environments so should work like a charm.</p>
<p>Just DOWNLOAD here:<br />
<a href="http://ddwb.me/1c#bbpress-plugin" rel="nofollow">http://ddwb.me/1c#bbpress-plugin</a></p>
<p>Have fun, Dave from Germany :)
</p>]]></description>
					</item>
		<item>
			<title>migueltavares on "bbPress Language Files"</title>
			<link>http://bbpress.org/forums/topic/bbpress-language-files#post-91194</link>
			<pubDate>Thu, 25 Aug 2011 15:47:51 +0000</pubDate>
			<dc:creator>migueltavares</dc:creator>
			<guid isPermaLink="false">91194@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>I have download the correct .MO and .PO files for Portuguese Language, but I can't figure out how to get it working!</p>
<p>Where should the files be uploaded to?</p>
<p>Any help?
</p>]]></description>
					</item>
		<item>
			<title>millinet on "WPMU - blogs in different languages - localization doesn&#039;t work"</title>
			<link>http://bbpress.org/forums/topic/wpmu-blogs-in-different-languages-localization-doesnt-work#post-90679</link>
			<pubDate>Fri, 12 Aug 2011 08:28:04 +0000</pubDate>
			<dc:creator>millinet</dc:creator>
			<guid isPermaLink="false">90679@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>:'(
</p>]]></description>
					</item>
		<item>
			<title>millinet on "WPMU - blogs in different languages - localization doesn&#039;t work"</title>
			<link>http://bbpress.org/forums/topic/wpmu-blogs-in-different-languages-localization-doesnt-work#post-90634</link>
			<pubDate>Thu, 11 Aug 2011 13:12:41 +0000</pubDate>
			<dc:creator>millinet</dc:creator>
			<guid isPermaLink="false">90634@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>Additional info: put bbpress-fr-FR.mo in plugins/bbpress/bbp-languages</p>
<p>And use this in my functions.php (in my theme):<br />
[code]<br />
 function theme_init(){<br />
	load_theme_textdomain('community', get_template_directory() . '/languages');<br />
}<br />
add_action ('init', 'theme_init');<br />
[/code]
</p>]]></description>
					</item>
		<item>
			<title>millinet on "WPMU - blogs in different languages - localization doesn&#039;t work"</title>
			<link>http://bbpress.org/forums/topic/wpmu-blogs-in-different-languages-localization-doesnt-work#post-90633</link>
			<pubDate>Thu, 11 Aug 2011 13:01:21 +0000</pubDate>
			<dc:creator>millinet</dc:creator>
			<guid isPermaLink="false">90633@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>Hi Team, </p>
<p>Finally registered but around for a while. Big thanks for having released bbpress as a plugin!</p>
<p>I've just installed the plugin for 2 blogs under WPMU. One blog in english and the other french.<br />
When creating the fr_FR.mo, nothing happens. Already changed the admin labels and it remains in english.</p>
<p>Any suggetion or is this a known-issue?</p>
<p>Thanks a lot in advance, </p>
<p>Isabelle,
</p>]]></description>
					</item>

	</channel>
</rss>

