<?xml version="1.0" encoding="UTF-8"?>
	<rss version="2.0"
		xmlns:content="http://purl.org/rss/1.0/modules/content/"
		xmlns:wfw="http://wellformedweb.org/CommentAPI/"
		xmlns:dc="http://purl.org/dc/elements/1.1/"
		xmlns:atom="http://www.w3.org/2005/Atom"

			>

	<channel>
		<title>BuddyPress.org &#187; All Posts</title>
		<atom:link href="http://buddypress.org/support/forum/localization/feed/" rel="self" type="application/rss+xml" />
		<link>http://buddypress.org/support/forum/localization/feed/</link>
		<description></description>
		<pubDate>Sat, 25 May 2013 00:02:42 +0000</pubDate>
		<generator>http://bbpress.org/?v=2.4-alpha-r4900</generator>
		<language>en-US</language>

		
		
					
				<item>
					<guid>http://buddypress.org/support/topic/unable-to-translate-specific-wordings/#post-164704</guid>
					<title><![CDATA[Reply To: Unable to translate specific wordings]]></title>
					<link>http://buddypress.org/support/topic/unable-to-translate-specific-wordings/#post-164704</link>
					<pubDate>Fri, 24 May 2013 13:41:56 +0000</pubDate>
					<dc:creator>Chouf1</dc:creator>

					<description>
						<![CDATA[
						<p>Maybe a plugin ? Deactivate all except BP and give a try.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://buddypress.org/support/topic/unable-to-translate-specific-wordings/#post-164702</guid>
					<title><![CDATA[Reply To: Unable to translate specific wordings]]></title>
					<link>http://buddypress.org/support/topic/unable-to-translate-specific-wordings/#post-164702</link>
					<pubDate>Fri, 24 May 2013 12:15:18 +0000</pubDate>
					<dc:creator>Cartographer</dc:creator>

					<description>
						<![CDATA[
						<p>Nope&#8230;</p>
<p>1) Po file is declared in utf8<br />
2) Greek doesn&#8217;t face any issue in any character, as I all ready translate almost 800 wording wihout any issue (every character appears ok).</p>
<p>As a matter of fact I changed the &#8220;%1$s and %2$s are now friends&#8221; with &#8220;%1$s test %2$s&#8221; and still I get &#8220;%1$s and %2$s are now friends&#8221;.</p>
<p>So it&#8217;s something that hasn&#8217;t to do with language.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://buddypress.org/support/topic/unable-to-translate-specific-wordings/#post-164701</guid>
					<title><![CDATA[Reply To: Unable to translate specific wordings]]></title>
					<link>http://buddypress.org/support/topic/unable-to-translate-specific-wordings/#post-164701</link>
					<pubDate>Fri, 24 May 2013 12:02:16 +0000</pubDate>
					<dc:creator>Chouf1</dc:creator>

					<description>
						<![CDATA[
						<p><a href="http://buddypress.org/community/members/cartographer/" rel="nofollow">@cartographer</a>,</p>
<p>check bp-friends/bp-friends-functions.php:100 and 109 for the original BP wording.<br />
Check also the po file who must be declared in utf8.<br />
See also if the greek wording use some special characters, like apostrophe who must be in html and not in natural typing</p>
<p>Example:<br />
The letter zeta is usually ζ but must be written &amp; zeta ; or &amp; #950 ; (without space) if used in a php function or a js part.<br />
<a href="http://www.wizcity.com/Computers/Characters/GreekUTF8.php" rel="nofollow">http://www.wizcity.com/Computers/Characters/GreekUTF8.php</a></p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://buddypress.org/support/topic/unable-to-translate-specific-wordings/#post-164698</guid>
					<title><![CDATA[Reply To: Unable to translate specific wordings]]></title>
					<link>http://buddypress.org/support/topic/unable-to-translate-specific-wordings/#post-164698</link>
					<pubDate>Fri, 24 May 2013 11:48:06 +0000</pubDate>
					<dc:creator>Cartographer</dc:creator>

					<description>
						<![CDATA[
						<p>Thank you <a href="http://buddypress.org/community/members/chouf1/" rel="nofollow">@Chouf1</a></p>
<p>I (at least) double checked the translations. I did reload the page one thousand times <img src='http://buddypress.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Every other change I make it appears immediately. It is weird&#8230;</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://buddypress.org/support/topic/unable-to-translate-specific-wordings/#post-164697</guid>
					<title><![CDATA[Reply To: Unable to translate specific wordings]]></title>
					<link>http://buddypress.org/support/topic/unable-to-translate-specific-wordings/#post-164697</link>
					<pubDate>Fri, 24 May 2013 11:44:01 +0000</pubDate>
					<dc:creator>Chouf1</dc:creator>

					<description>
						<![CDATA[
						<p><a href="http://buddypress.org/community/members/cartographer/" rel="nofollow">@cartographer</a>,</p>
<p>double check what you translate is correctly writen.<br />
Ie, %1$s joined the group %2$s<br />
The mandatory part must be %1$s (the username) and %2$s (group name) Only <em>joined the group</em> is in greek.<br />
Same thing for %1$s and %2$s are now friends. <em>&#8220;and&#8221;</em> and <em>&#8220;are now friends&#8221;</em> can be translated.</p>
<p>If you already did this correctly, it could be that you&#8217;re victim of gettext latency. When a server is busy, you have to reload several times the page to refresh your browser, or to wait a little while. </p>
<p>Also, since 1.7, template &amp; localisation are hanging in some case because of a weird loading priority affecting bbp and BP. It&#8217;s not the reason why you can&#8217;t get a translation, but it may be an explanation about a buggy environment.</p>
<p><a href="http://buddypress.trac.wordpress.org/ticket/4830" rel="nofollow">http://buddypress.trac.wordpress.org/ticket/4830</a><br />
<a href="http://bbpress.trac.wordpress.org/ticket/2309" rel="nofollow">http://bbpress.trac.wordpress.org/ticket/2309</a><br />
<a href="http://core.trac.wordpress.org/ticket/24169" rel="nofollow">http://core.trac.wordpress.org/ticket/24169</a> (has patch)</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://buddypress.org/support/topic/unable-to-translate-specific-wordings/#post-164694</guid>
					<title><![CDATA[Reply To: Unable to translate specific wordings]]></title>
					<link>http://buddypress.org/support/topic/unable-to-translate-specific-wordings/#post-164694</link>
					<pubDate>Fri, 24 May 2013 11:04:40 +0000</pubDate>
					<dc:creator>Cartographer</dc:creator>

					<description>
						<![CDATA[
						<p>Hi <a href="http://buddypress.org/community/members/chouf1/" rel="nofollow">@chouf1</a></p>
<p>I use bp-default and I use Greek.</p>
<p>Thank you</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://buddypress.org/support/topic/unable-to-translate-specific-wordings/#post-164693</guid>
					<title><![CDATA[Reply To: Unable to translate specific wordings]]></title>
					<link>http://buddypress.org/support/topic/unable-to-translate-specific-wordings/#post-164693</link>
					<pubDate>Fri, 24 May 2013 11:02:13 +0000</pubDate>
					<dc:creator>Chouf1</dc:creator>

					<description>
						<![CDATA[
						<p><a href="http://buddypress.org/community/members/cartographer/" rel="nofollow">@cartographer</a>,</p>
<p>What theme and language do you use ?</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://buddypress.org/support/topic/unable-to-translate-specific-wordings/#post-164687</guid>
					<title><![CDATA[Unable to translate specific wordings]]></title>
					<link>http://buddypress.org/support/topic/unable-to-translate-specific-wordings/#post-164687</link>
					<pubDate>Fri, 24 May 2013 07:31:12 +0000</pubDate>
					<dc:creator>Cartographer</dc:creator>

					<description>
						<![CDATA[
						<p>Hi all,</p>
<p>I struggle to find out a solution on translating specific wordings of buddypress.</p>
<p>I have translate the 80% of the language file and everything looks perfect except some specific lines that seem just untranslated&#8230;</p>
<p>For example &#8221; UserX joined the GroupZ&#8221;. I translated this line but still is untranslated. (I also joined a group, after translated this line).</p>
<p>Then I translate the line &#8220;UserX and UserZ are now friends&#8221; but still remains untranslated.</p>
<p>The weird thing is that if I translate or change anything else, it will be translated.</p>
<p>Both the lines I mentioned as examples are displayed in Activity steam, so it might has to do with this. I really don&#8217;t know.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://buddypress.org/support/topic/buddypress-and-qtranslate/#post-164504</guid>
					<title><![CDATA[Reply To: Buddypress and qtranslate]]></title>
					<link>http://buddypress.org/support/topic/buddypress-and-qtranslate/#post-164504</link>
					<pubDate>Wed, 22 May 2013 10:00:57 +0000</pubDate>
					<dc:creator>nataly_by</dc:creator>

					<description>
						<![CDATA[
						<p><a href="http://www.qianqin.de/qtranslate/forum/viewtopic.php?f=4&#038;t=1862&#038;p=6930&#038;hilit=buddypress#p6930" rel="nofollow">http://www.qianqin.de/qtranslate/forum/viewtopic.php?f=4&#038;t=1862&#038;p=6930&#038;hilit=buddypress#p6930</a></p>
<p>&#8220;Include language slug for BuddyPress URL&#8217;s</p>
<p>Not sure if it&#8217;s qTranslate or BuddyPress related, but I found a nice way to modify all BuddyPress URL&#8217;s to include qTranslate language slug.<br />
To do that, I had to do the following changes in qtranslate_hooks.php:</p>
<pre><code>
    //comment out next line, otherwise 404 page is displayed
    //add_filter(&#039;clean_url&#039;,                  &#039;qtrans_convertURL&#039;);
    //include language slug in all BuddyPress URL&#039;s
    add_filter(&#039;bp_core_get_root_domain&#039;, &#039;qtrans_convertURL&#039;);
</code></pre>
<p>Hope you can include this into next verison of qTranslate plugin.&#8221;</p>
<p>Checked. Working.<br />
Yes, logic buddypress is so special that the hook can not do without. (</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://buddypress.org/support/topic/buddypress-and-qtranslate/#post-164503</guid>
					<title><![CDATA[Reply To: Buddypress and qtranslate]]></title>
					<link>http://buddypress.org/support/topic/buddypress-and-qtranslate/#post-164503</link>
					<pubDate>Wed, 22 May 2013 09:46:07 +0000</pubDate>
					<dc:creator>nataly_by</dc:creator>

					<description>
						<![CDATA[
						<p>I have the same problem.<br />
qTranslate -\- BuddyPress<br />
Somebody help me!<br />
In the transition between pages buddypress automatically jumps to the default language. The same thing happens on the widgets.<br />
Here is a vivid example.</p>
<p>loubas &#8211; A long time ago wrote about the problem.<br />
Does not anyone know how to fix this deficiency?</p>
<p>In some cases, it is more logical to use qTranslate (no WPML).<br />
Did not the developers are working in this direction?<br />
I would be very grateful to those who tell me a way around this problem.</p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

