<?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 on: gettext: the agony and the ecstasy</title>
	<atom:link href="http://leuksman.com/log/2009/10/13/gettext-the-agony-and-the-ecstasy/feed/" rel="self" type="application/rss+xml" />
	<link>http://leuksman.com/log/2009/10/13/gettext-the-agony-and-the-ecstasy/</link>
	<description>reticula, electronica, &#38; oddities</description>
	<lastBuildDate>Fri, 03 Sep 2010 19:37:59 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Ren</title>
		<link>http://leuksman.com/log/2009/10/13/gettext-the-agony-and-the-ecstasy/comment-page-1/#comment-37799</link>
		<dc:creator>Ren</dc:creator>
		<pubDate>Wed, 14 Oct 2009 23:05:46 +0000</pubDate>
		<guid isPermaLink="false">http://leuksman.com/log/?p=606#comment-37799</guid>
		<description>Can do something like ...

namespace Foo
{
	function _()
	{
		echo &#039;Hello World!&#039;, &quot;\n&quot;;
	}

	class T
	{
		function run()
		{
			_();
		}
	}
}

in 5.3, also $_(&quot;blah&quot;), of course, to get rid of the $this-&gt; clutter.</description>
		<content:encoded><![CDATA[<p>Can do something like &#8230;</p>
<p>namespace Foo<br />
{<br />
	function _()<br />
	{<br />
		echo &#8216;Hello World!&#8217;, &#8220;\n&#8221;;<br />
	}</p>
<p>	class T<br />
	{<br />
		function run()<br />
		{<br />
			_();<br />
		}<br />
	}<br />
}</p>
<p>in 5.3, also $_(&#8220;blah&#8221;), of course, to get rid of the $this-&gt; clutter.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chad H.</title>
		<link>http://leuksman.com/log/2009/10/13/gettext-the-agony-and-the-ecstasy/comment-page-1/#comment-37787</link>
		<dc:creator>Chad H.</dc:creator>
		<pubDate>Wed, 14 Oct 2009 14:20:04 +0000</pubDate>
		<guid isPermaLink="false">http://leuksman.com/log/?p=606#comment-37787</guid>
		<description>wfMsg(), duh :)</description>
		<content:encoded><![CDATA[<p>wfMsg(), duh <img src='http://leuksman.com/log/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Job</title>
		<link>http://leuksman.com/log/2009/10/13/gettext-the-agony-and-the-ecstasy/comment-page-1/#comment-37783</link>
		<dc:creator>Job</dc:creator>
		<pubDate>Wed, 14 Oct 2009 12:36:58 +0000</pubDate>
		<guid isPermaLink="false">http://leuksman.com/log/?p=606#comment-37783</guid>
		<description>Do what WordPress does - that way, an existing extremely large developer community can easily adapt their skills and habits to work on StatusNet-related projects. So, go with &lt;code&gt;__()&lt;/code&gt;. Also, handle the domains like WordPress does too - &lt;code&gt;__( &#039;some text&#039;, &#039;my-domain&#039; )&lt;/code&gt;.</description>
		<content:encoded><![CDATA[<p>Do what WordPress does &#8211; that way, an existing extremely large developer community can easily adapt their skills and habits to work on StatusNet-related projects. So, go with <code>__()</code>. Also, handle the domains like WordPress does too &#8211; <code>__( 'some text', 'my-domain' )</code>.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
