<?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: PHP Pluralize Method</title>
	<atom:link href="http://blog.eval.ca/2007/03/03/php-pluralize-method/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.eval.ca/2007/03/03/php-pluralize-method/</link>
	<description>Thoughts on Software and Other Things</description>
	<lastBuildDate>Wed, 07 Jul 2010 21:20:05 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: paul</title>
		<link>http://blog.eval.ca/2007/03/03/php-pluralize-method/comment-page-1/#comment-3042</link>
		<dc:creator>paul</dc:creator>
		<pubDate>Fri, 30 Apr 2010 12:35:13 +0000</pubDate>
		<guid isPermaLink="false">http://blog.paulosman.com/?p=17#comment-3042</guid>
		<description>Good catch Alix. Updated :)</description>
		<content:encoded><![CDATA[<p>Good catch Alix. Updated <img src='http://blog.eval.ca/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alix Axel</title>
		<link>http://blog.eval.ca/2007/03/03/php-pluralize-method/comment-page-1/#comment-3041</link>
		<dc:creator>Alix Axel</dc:creator>
		<pubDate>Fri, 30 Apr 2010 12:00:56 +0000</pubDate>
		<guid isPermaLink="false">http://blog.paulosman.com/?p=17#comment-3041</guid>
		<description>It should be:

if (intval($count) !== 0)

Otherwise you&#039;ll end up with something like &quot;0 apple&quot; instead of &quot;0 apples&quot;. Same goes for negative numbers.</description>
		<content:encoded><![CDATA[<p>It should be:</p>
<p>if (intval($count) !== 0)</p>
<p>Otherwise you&#8217;ll end up with something like &#8220;0 apple&#8221; instead of &#8220;0 apples&#8221;. Same goes for negative numbers.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Simple PHP Pluralize &#124; Nerdy Dork</title>
		<link>http://blog.eval.ca/2007/03/03/php-pluralize-method/comment-page-1/#comment-78</link>
		<dc:creator>Simple PHP Pluralize &#124; Nerdy Dork</dc:creator>
		<pubDate>Mon, 13 Apr 2009 16:12:21 +0000</pubDate>
		<guid isPermaLink="false">http://blog.paulosman.com/?p=17#comment-78</guid>
		<description>[...] recently wrote a simple function that did the task for me. I know there are PHP Pluralize functions out there, but they are a bit overkill for my needs. I got this idea from the way Django templates [...]</description>
		<content:encoded><![CDATA[<p>[...] recently wrote a simple function that did the task for me. I know there are PHP Pluralize functions out there, but they are a bit overkill for my needs. I got this idea from the way Django templates [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike Schinkel</title>
		<link>http://blog.eval.ca/2007/03/03/php-pluralize-method/comment-page-1/#comment-15</link>
		<dc:creator>Mike Schinkel</dc:creator>
		<pubDate>Tue, 18 Mar 2008 02:54:27 +0000</pubDate>
		<guid isPermaLink="false">http://blog.paulosman.com/?p=17#comment-15</guid>
		<description>Nice! The other pluralize() solutions I found were severely lacking.</description>
		<content:encoded><![CDATA[<p>Nice! The other pluralize() solutions I found were severely lacking.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sho</title>
		<link>http://blog.eval.ca/2007/03/03/php-pluralize-method/comment-page-1/#comment-14</link>
		<dc:creator>Sho</dc:creator>
		<pubDate>Mon, 17 Dec 2007 07:59:35 +0000</pubDate>
		<guid isPermaLink="false">http://blog.paulosman.com/?p=17#comment-14</guid>
		<description>Hi Paul. Thanks for doing this. As it turns out, I needed more accurate pluralization for my project, so I tweaked the rules and added a singularizer as well. The code can be &lt;a href=&quot;http://kuwamoto.org/2007/12/17/improved-pluralizing-in-php-actionscript-and-ror/&quot; rel=&quot;nofollow&quot;&gt;found here&lt;/a&gt;.

Thanks again for doing this!</description>
		<content:encoded><![CDATA[<p>Hi Paul. Thanks for doing this. As it turns out, I needed more accurate pluralization for my project, so I tweaked the rules and added a singularizer as well. The code can be <a href="http://kuwamoto.org/2007/12/17/improved-pluralizing-in-php-actionscript-and-ror/" rel="nofollow">found here</a>.</p>
<p>Thanks again for doing this!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael Wood</title>
		<link>http://blog.eval.ca/2007/03/03/php-pluralize-method/comment-page-1/#comment-13</link>
		<dc:creator>Michael Wood</dc:creator>
		<pubDate>Thu, 06 Sep 2007 01:23:11 +0000</pubDate>
		<guid isPermaLink="false">http://blog.paulosman.com/?p=17#comment-13</guid>
		<description>Thanks! Works perfectly.</description>
		<content:encoded><![CDATA[<p>Thanks! Works perfectly.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike</title>
		<link>http://blog.eval.ca/2007/03/03/php-pluralize-method/comment-page-1/#comment-12</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Sun, 05 Aug 2007 10:32:50 +0000</pubDate>
		<guid isPermaLink="false">http://blog.paulosman.com/?p=17#comment-12</guid>
		<description>It&#039;s very beautifully</description>
		<content:encoded><![CDATA[<p>It&#8217;s very beautifully</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://blog.eval.ca/2007/03/03/php-pluralize-method/comment-page-1/#comment-11</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Tue, 17 Jul 2007 11:04:34 +0000</pubDate>
		<guid isPermaLink="false">http://blog.paulosman.com/?p=17#comment-11</guid>
		<description>Thank you for the above snippet, it works great!</description>
		<content:encoded><![CDATA[<p>Thank you for the above snippet, it works great!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
