<?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: Using Rails’ New I18n Support in Real Life: Part the Second</title>
	<atom:link href="http://www.mokisystems.com/blog/using-rails-new-i18n-support-in-real-life-part-the-second/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.mokisystems.com/blog/using-rails-new-i18n-support-in-real-life-part-the-second/</link>
	<description>Addressing such topics as: web programming, design, ruby on rails, cake php, postgresql, linux, seo</description>
	<lastBuildDate>Tue, 03 Aug 2010 18:45:16 -0600</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Daniel</title>
		<link>http://www.mokisystems.com/blog/using-rails-new-i18n-support-in-real-life-part-the-second/comment-page-1/#comment-327</link>
		<dc:creator>Daniel</dc:creator>
		<pubDate>Wed, 04 Feb 2009 15:54:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.mokisystems.com/blog/?p=52#comment-327</guid>
		<description>@gemini Sounds like you need to customize the will_paginate helpers. 

http://thewebfellas.com/blog/2008/8/3/roll-your-own-pagination-links-with-will_paginate</description>
		<content:encoded><![CDATA[<p>@gemini Sounds like you need to customize the will_paginate helpers. </p>
<p><a href="http://thewebfellas.com/blog/2008/8/3/roll-your-own-pagination-links-with-will_paginate" rel="nofollow">http://thewebfellas.com/blog/2008/8/3/roll-your-own-pagination-links-with-will_paginate</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: gemini</title>
		<link>http://www.mokisystems.com/blog/using-rails-new-i18n-support-in-real-life-part-the-second/comment-page-1/#comment-325</link>
		<dc:creator>gemini</dc:creator>
		<pubDate>Sat, 31 Jan 2009 07:29:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.mokisystems.com/blog/?p=52#comment-325</guid>
		<description>my project requires a very odd situation.
how can i put the next button at the left side?
and also, how can i put square brackets before the first link and after the last link which the user can not click.

eg. the page should look like this

Next&gt; [ 1 2 3 4 5 ]

thanks in advance</description>
		<content:encoded><![CDATA[<p>my project requires a very odd situation.<br />
how can i put the next button at the left side?<br />
and also, how can i put square brackets before the first link and after the last link which the user can not click.</p>
<p>eg. the page should look like this</p>
<p>Next&gt; [ 1 2 3 4 5 ]</p>
<p>thanks in advance</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Peter</title>
		<link>http://www.mokisystems.com/blog/using-rails-new-i18n-support-in-real-life-part-the-second/comment-page-1/#comment-313</link>
		<dc:creator>Peter</dc:creator>
		<pubDate>Sun, 21 Dec 2008 00:13:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.mokisystems.com/blog/?p=52#comment-313</guid>
		<description>Thanks a lot for this!

For me the following code worked (the previous_label wasn&#039;t working ...):
def t_will_paginate(collection = nil, options = {})
    will_paginate collection, {:prev_label =&gt; t(&#039;constants.will_paginate.previous&#039;),
      :next_label =&gt; t(&#039;constants.will_paginate.next&#039;)}.merge(options)
  end</description>
		<content:encoded><![CDATA[<p>Thanks a lot for this!</p>
<p>For me the following code worked (the previous_label wasn&#8217;t working &#8230;):<br />
def t_will_paginate(collection = nil, options = {})<br />
    will_paginate collection, {:prev_label =&gt; t(&#8217;constants.will_paginate.previous&#8217;),<br />
      :next_label =&gt; t(&#8217;constants.will_paginate.next&#8217;)}.merge(options)<br />
  end</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Moki Systems Blog &#187; Using Rails&#8217; New I18n Support in Real Life: Part the First</title>
		<link>http://www.mokisystems.com/blog/using-rails-new-i18n-support-in-real-life-part-the-second/comment-page-1/#comment-310</link>
		<dc:creator>Moki Systems Blog &#187; Using Rails&#8217; New I18n Support in Real Life: Part the First</dc:creator>
		<pubDate>Fri, 12 Dec 2008 16:36:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.mokisystems.com/blog/?p=52#comment-310</guid>
		<description>[...] Interesting Google Technique  Using Rails’ New I18n Support in Real Life: Part the Second [...]</description>
		<content:encoded><![CDATA[<p>[...] Interesting Google Technique  Using Rails’ New I18n Support in Real Life: Part the Second [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
