<?xml version="1.0" encoding="UTF-8"?><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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments for Boring-Group Ltd.</title>
	<atom:link href="http://boring-group.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://boring-group.com</link>
	<description>Boring-Group Ltd.</description>
	<lastBuildDate>Fri, 18 May 2012 08:36:38 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>Comment on HACK WordPress 3 new menu system with qtranslate menu link attribute titles (updated) by Aleksandar Jakovljevic</title>
		<link>http://boring-group.com/blog/2010/07/17/hack-wordpress-3-new-menu-system-with-qtranslate-menu-link-attribute-titles/comment-page-1/#comment-153</link>
		<dc:creator>Aleksandar Jakovljevic</dc:creator>
		<pubDate>Fri, 18 May 2012 08:36:38 +0000</pubDate>
		<guid isPermaLink="false">http://boring-group.com/?p=1686#comment-153</guid>
		<description>Great job, works like a charm!</description>
		<content:encoded><![CDATA[<p>Great job, works like a charm!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to load plugin translation .mo files with qtranslate by 404</title>
		<link>http://boring-group.com/blog/2011/03/04/how-to-load-plugin-translation-mo-files-with-qtranslate/comment-page-1/#comment-152</link>
		<dc:creator>404</dc:creator>
		<pubDate>Tue, 01 May 2012 13:11:14 +0000</pubDate>
		<guid isPermaLink="false">http://boring-group.com/?p=1729#comment-152</guid>
		<description>For the people having troubles, check the paths, mo files are usually named something as &#039;plugin-en_GB.mo&#039; but &amp;locale will give you back only an &#039;en&#039; flag.
This solution is excellent, but you need to be sure you are pointing to the right thing.

This is how I got it working with Jigoshop for a spanish-english site:

if ( function_exists(&#039;qtrans_getLanguage&#039;) ) {
	$locale = qtrans_getLanguage();
	if ($locale == &#039;es&#039;){
		load_textdomain(&#039;jigoshop&#039;, realpath(dirname(__FILE__) . &#039;/../..&#039;) . &#039;/plugins/jigoshop/languages/jigoshop-es_ES.mo&#039;);
	}else{
		load_textdomain(&#039;jigoshop&#039;, realpath(dirname(__FILE__) . &#039;/../..&#039;) . &#039;/plugins/jigoshop/languages/jigoshop-en_GB.mo&#039;);
	}
}

Many thanks</description>
		<content:encoded><![CDATA[<p>For the people having troubles, check the paths, mo files are usually named something as &#8216;plugin-en_GB.mo&#8217; but &amp;locale will give you back only an &#8216;en&#8217; flag.<br />
This solution is excellent, but you need to be sure you are pointing to the right thing.</p>
<p>This is how I got it working with Jigoshop for a spanish-english site:</p>
<p>if ( function_exists(&#8216;qtrans_getLanguage&#8217;) ) {<br />
	$locale = qtrans_getLanguage();<br />
	if ($locale == &#8216;es&#8217;){<br />
		load_textdomain(&#8216;jigoshop&#8217;, realpath(dirname(__FILE__) . &#8216;/../..&#8217;) . &#8216;/plugins/jigoshop/languages/jigoshop-es_ES.mo&#8217;);<br />
	}else{<br />
		load_textdomain(&#8216;jigoshop&#8217;, realpath(dirname(__FILE__) . &#8216;/../..&#8217;) . &#8216;/plugins/jigoshop/languages/jigoshop-en_GB.mo&#8217;);<br />
	}<br />
}</p>
<p>Many thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on WordPress Wordbooker with custom post_types solved by Chongo</title>
		<link>http://boring-group.com/blog/2011/02/23/wordpress-wordbooker-with-custom-post_types-solved/comment-page-1/#comment-151</link>
		<dc:creator>Chongo</dc:creator>
		<pubDate>Tue, 24 Apr 2012 15:31:54 +0000</pubDate>
		<guid isPermaLink="false">http://boring-group.com/?p=1719#comment-151</guid>
		<description>I just tried your solution and it works great! Using the newest version (as of april 24, 2012)

Thanks!</description>
		<content:encoded><![CDATA[<p>I just tried your solution and it works great! Using the newest version (as of april 24, 2012)</p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on WordPress 3.0 and qTranslate by Rizvan</title>
		<link>http://boring-group.com/blog/2010/03/16/wordpress-3-0-alpha-and-qtranslate/comment-page-1/#comment-150</link>
		<dc:creator>Rizvan</dc:creator>
		<pubDate>Wed, 18 Apr 2012 06:07:42 +0000</pubDate>
		<guid isPermaLink="false">http://boring-group.com/?p=1600#comment-150</guid>
		<description>I have installed plugin qtranslate and event manager.
In admin section i have added location in event manager with two language but in front i show this type of data on location page.
can you please help me how to remove this extra language data.
WP version 3.3.1
data :
&lt;!--:nl--&gt;ahmedabad&lt;!--:--&gt;&lt;!--:en--&gt;ahmedabad&lt;!--:--&gt;</description>
		<content:encoded><![CDATA[<p>I have installed plugin qtranslate and event manager.<br />
In admin section i have added location in event manager with two language but in front i show this type of data on location page.<br />
can you please help me how to remove this extra language data.<br />
WP version 3.3.1<br />
data :<br />
<!--:nl-->ahmedabad<!--:--><!--:en-->ahmedabad<!--:--></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to load plugin translation .mo files with qtranslate by Developer</title>
		<link>http://boring-group.com/blog/2011/03/04/how-to-load-plugin-translation-mo-files-with-qtranslate/comment-page-1/#comment-149</link>
		<dc:creator>Developer</dc:creator>
		<pubDate>Wed, 11 Apr 2012 07:17:31 +0000</pubDate>
		<guid isPermaLink="false">http://boring-group.com/?p=1729#comment-149</guid>
		<description>Nice Clients :D</description>
		<content:encoded><![CDATA[<p>Nice Clients <img src='http://boring-group.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on qtranslate and Gravity Forms &#8211; Translate form fields -solved by carlo</title>
		<link>http://boring-group.com/blog/2010/05/27/qtranslate-and-gravity-forms-translate-form-fields-solved/comment-page-1/#comment-148</link>
		<dc:creator>carlo</dc:creator>
		<pubDate>Thu, 09 Feb 2012 09:20:59 +0000</pubDate>
		<guid isPermaLink="false">http://boring-group.com/?p=1659#comment-148</guid>
		<description>hello,
I tried but I do not work, I also tried changing &quot;gform_name_first&quot; with a class that I attribute to the field name but still does not work. you have any tips for me?</description>
		<content:encoded><![CDATA[<p>hello,<br />
I tried but I do not work, I also tried changing &#8220;gform_name_first&#8221; with a class that I attribute to the field name but still does not work. you have any tips for me?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to load plugin translation .mo files with qtranslate by Boring-Group</title>
		<link>http://boring-group.com/blog/2011/03/04/how-to-load-plugin-translation-mo-files-with-qtranslate/comment-page-1/#comment-147</link>
		<dc:creator>Boring-Group</dc:creator>
		<pubDate>Thu, 26 Jan 2012 14:52:25 +0000</pubDate>
		<guid isPermaLink="false">http://boring-group.com/?p=1729#comment-147</guid>
		<description>I have it working now here on my test server. Please check your paths and make sure they are correct. if you still are having problems, please ask over at woothemes support forum..</description>
		<content:encoded><![CDATA[<p>I have it working now here on my test server. Please check your paths and make sure they are correct. if you still are having problems, please ask over at woothemes support forum..</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to load plugin translation .mo files with qtranslate by xDk</title>
		<link>http://boring-group.com/blog/2011/03/04/how-to-load-plugin-translation-mo-files-with-qtranslate/comment-page-1/#comment-146</link>
		<dc:creator>xDk</dc:creator>
		<pubDate>Wed, 21 Dec 2011 18:45:00 +0000</pubDate>
		<guid isPermaLink="false">http://boring-group.com/?p=1729#comment-146</guid>
		<description>Dont works for me ;/
testet several times on woocomerce, dont work</description>
		<content:encoded><![CDATA[<p>Dont works for me ;/<br />
testet several times on woocomerce, dont work</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to load plugin translation .mo files with qtranslate by Boring-Group</title>
		<link>http://boring-group.com/blog/2011/03/04/how-to-load-plugin-translation-mo-files-with-qtranslate/comment-page-1/#comment-145</link>
		<dc:creator>Boring-Group</dc:creator>
		<pubDate>Sun, 18 Dec 2011 15:06:31 +0000</pubDate>
		<guid isPermaLink="false">http://boring-group.com/?p=1729#comment-145</guid>
		<description>Have you tried ?
if ( function_exists(‘qtrans_getLanguage’) ) { $locale = qtrans_getLanguage(); load_textdomain(‘woothemes’, realpath(dirname(__FILE__) . ‘/../..’) . ‘/plugins/woocommerce/languages/woothemes-’ . $locale . ‘.mo’); }

You was missing the / lanuages/

hope it was that simple, if not do ask more help and greetings from the north..</description>
		<content:encoded><![CDATA[<p>Have you tried ?<br />
if ( function_exists(‘qtrans_getLanguage’) ) { $locale = qtrans_getLanguage(); load_textdomain(‘woothemes’, realpath(dirname(__FILE__) . ‘/../..’) . ‘/plugins/woocommerce/languages/woothemes-’ . $locale . ‘.mo’); }</p>
<p>You was missing the / lanuages/</p>
<p>hope it was that simple, if not do ask more help and greetings from the north..</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to load plugin translation .mo files with qtranslate by Alex</title>
		<link>http://boring-group.com/blog/2011/03/04/how-to-load-plugin-translation-mo-files-with-qtranslate/comment-page-1/#comment-144</link>
		<dc:creator>Alex</dc:creator>
		<pubDate>Sun, 18 Dec 2011 14:00:15 +0000</pubDate>
		<guid isPermaLink="false">http://boring-group.com/?p=1729#comment-144</guid>
		<description>Hi,
thanks for that article... i was hoping it could help me... but it don&#039;t. I think i don&#039;t see my mistake in this place. Working with woo commerce and on of their templates. All languages files available and can be found under ...plugins/woocommerce/lanuages/woothems-xx-xx.mo. I was modifying your code to:
if ( function_exists(&#039;qtrans_getLanguage&#039;) ) { $locale = qtrans_getLanguage(); load_textdomain(&#039;woothemes&#039;, realpath(dirname(__FILE__) . &#039;/../..&#039;) . &#039;/plugins/woocommerce/woothemes-&#039; . $locale . &#039;.mo&#039;); }
But its not working. I&#039;m so frustrated that i have to ask you for help.
Thanks and Regards from the Med.
Alex</description>
		<content:encoded><![CDATA[<p>Hi,<br />
thanks for that article&#8230; i was hoping it could help me&#8230; but it don&#8217;t. I think i don&#8217;t see my mistake in this place. Working with woo commerce and on of their templates. All languages files available and can be found under &#8230;plugins/woocommerce/lanuages/woothems-xx-xx.mo. I was modifying your code to:<br />
if ( function_exists(&#8216;qtrans_getLanguage&#8217;) ) { $locale = qtrans_getLanguage(); load_textdomain(&#8216;woothemes&#8217;, realpath(dirname(__FILE__) . &#8216;/../..&#8217;) . &#8216;/plugins/woocommerce/woothemes-&#8217; . $locale . &#8216;.mo&#8217;); }<br />
But its not working. I&#8217;m so frustrated that i have to ask you for help.<br />
Thanks and Regards from the Med.<br />
Alex</p>
]]></content:encoded>
	</item>
</channel>
</rss>

