<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: Translating dates in ruby (on rails)</title>
	<atom:link href="http://jorgebernal.info/2007/01/17/translating-dates-in-ruby-on-rails/feed/" rel="self" type="application/rss+xml" />
	<link>http://jorgebernal.info/2007/01/17/translating-dates-in-ruby-on-rails/</link>
	<description></description>
	<lastBuildDate>Sat, 17 Mar 2012 09:28:43 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: Luis Fernando</title>
		<link>http://jorgebernal.info/2007/01/17/translating-dates-in-ruby-on-rails/#comment-168</link>
		<dc:creator><![CDATA[Luis Fernando]]></dc:creator>
		<pubDate>Wed, 11 Aug 2010 15:22:06 +0000</pubDate>
		<guid isPermaLink="false">http://jorgebernalen.wordpress.com/2007/01/17/translating-dates-in-ruby-on-rails#comment-168</guid>
		<description><![CDATA[I found this, it may help somebody else as well.

I18n.t &#039;date.abbr_month_names&#039;]]></description>
		<content:encoded><![CDATA[<p>I found this, it may help somebody else as well.</p>
<p>I18n.t &#8216;date.abbr_month_names&#8217;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Moroten</title>
		<link>http://jorgebernal.info/2007/01/17/translating-dates-in-ruby-on-rails/#comment-167</link>
		<dc:creator><![CDATA[Moroten]]></dc:creator>
		<pubDate>Wed, 05 May 2010 16:43:54 +0000</pubDate>
		<guid isPermaLink="false">http://jorgebernalen.wordpress.com/2007/01/17/translating-dates-in-ruby-on-rails#comment-167</guid>
		<description><![CDATA[I have the same problem! My calendar uses Date::DAYNAMES to get the days of the week. And now I can&#039;t translate them! How to do?]]></description>
		<content:encoded><![CDATA[<p>I have the same problem! My calendar uses Date::DAYNAMES to get the days of the week. And now I can&#8217;t translate them! How to do?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nico</title>
		<link>http://jorgebernal.info/2007/01/17/translating-dates-in-ruby-on-rails/#comment-166</link>
		<dc:creator><![CDATA[Nico]]></dc:creator>
		<pubDate>Thu, 25 Feb 2010 02:48:47 +0000</pubDate>
		<guid isPermaLink="false">http://jorgebernalen.wordpress.com/2007/01/17/translating-dates-in-ruby-on-rails#comment-166</guid>
		<description><![CDATA[it&#039;s still a mess !!
can&#039;t find a way to get the translated day of the week !
and if i get it from DATE::DAYNAMES , i get the english version.. that&#039;s plain stupid]]></description>
		<content:encoded><![CDATA[<p>it&#8217;s still a mess !!<br />
can&#8217;t find a way to get the translated day of the week !<br />
and if i get it from DATE::DAYNAMES , i get the english version.. that&#8217;s plain stupid</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jorge Bernal</title>
		<link>http://jorgebernal.info/2007/01/17/translating-dates-in-ruby-on-rails/#comment-165</link>
		<dc:creator><![CDATA[Jorge Bernal]]></dc:creator>
		<pubDate>Wed, 20 Jan 2010 18:23:05 +0000</pubDate>
		<guid isPermaLink="false">http://jorgebernalen.wordpress.com/2007/01/17/translating-dates-in-ruby-on-rails#comment-165</guid>
		<description><![CDATA[Yep, now it&#039;s much better, but back then when I wrote this post, rails internationalization was a complete mess]]></description>
		<content:encoded><![CDATA[<p>Yep, now it&#8217;s much better, but back then when I wrote this post, rails internationalization was a complete mess</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gazer</title>
		<link>http://jorgebernal.info/2007/01/17/translating-dates-in-ruby-on-rails/#comment-164</link>
		<dc:creator><![CDATA[Gazer]]></dc:creator>
		<pubDate>Wed, 20 Jan 2010 17:28:12 +0000</pubDate>
		<guid isPermaLink="false">http://jorgebernalen.wordpress.com/2007/01/17/translating-dates-in-ruby-on-rails#comment-164</guid>
		<description><![CDATA[In moderns rails (2.2+ I think) you can use the I18n API :

I18n::localize(Date.today, :format =&gt; &quot;%B %Y&quot;)]]></description>
		<content:encoded><![CDATA[<p>In moderns rails (2.2+ I think) you can use the I18n API :</p>
<p>I18n::localize(Date.today, :format =&gt; &#8220;%B %Y&#8221;)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: blaxter</title>
		<link>http://jorgebernal.info/2007/01/17/translating-dates-in-ruby-on-rails/#comment-163</link>
		<dc:creator><![CDATA[blaxter]]></dc:creator>
		<pubDate>Wed, 02 Apr 2008 10:33:56 +0000</pubDate>
		<guid isPermaLink="false">http://jorgebernalen.wordpress.com/2007/01/17/translating-dates-in-ruby-on-rails#comment-163</guid>
		<description><![CDATA[for freezing constant you can redefine them (with a warning) with monkeypatching:
&lt;blockquote&gt;&lt;code&gt;
class Date
  ABBR_DAYNAMES = %w(Dom Lun Mar Mi&#233; Jue Vie Sab)
end
&lt;/code&gt;&lt;/blockquote&gt;

or with const_set:
&lt;blockquote&gt;&lt;code&gt;
Date.const_set &#039;ABBR_DAYNAMES&#039;, %w(Dom Lun Mar Mi&#233; Jue Vie Sab)
&lt;/code&gt;&lt;/blockquote&gt;]]></description>
		<content:encoded><![CDATA[<p>for freezing constant you can redefine them (with a warning) with monkeypatching:</p>
<blockquote><p><code><br />
class Date<br />
  ABBR_DAYNAMES = %w(Dom Lun Mar Mi&eacute; Jue Vie Sab)<br />
end<br />
</code></p></blockquote>
<p>or with const_set:</p>
<blockquote><p><code><br />
Date.const_set 'ABBR_DAYNAMES', %w(Dom Lun Mar Mi&eacute; Jue Vie Sab)<br />
</code></p></blockquote>
]]></content:encoded>
	</item>
	<item>
		<title>By: Frank Fischer</title>
		<link>http://jorgebernal.info/2007/01/17/translating-dates-in-ruby-on-rails/#comment-162</link>
		<dc:creator><![CDATA[Frank Fischer]]></dc:creator>
		<pubDate>Wed, 02 Apr 2008 09:07:42 +0000</pubDate>
		<guid isPermaLink="false">http://jorgebernalen.wordpress.com/2007/01/17/translating-dates-in-ruby-on-rails#comment-162</guid>
		<description><![CDATA[This won&#039;t work with Date::MONTHNAMES Array beeing frozen since Ruby 1.8.6]]></description>
		<content:encoded><![CDATA[<p>This won&#8217;t work with Date::MONTHNAMES Array beeing frozen since Ruby 1.8.6</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jose</title>
		<link>http://jorgebernal.info/2007/01/17/translating-dates-in-ruby-on-rails/#comment-161</link>
		<dc:creator><![CDATA[Jose]]></dc:creator>
		<pubDate>Wed, 05 Dec 2007 19:59:01 +0000</pubDate>
		<guid isPermaLink="false">http://jorgebernalen.wordpress.com/2007/01/17/translating-dates-in-ruby-on-rails#comment-161</guid>
		<description><![CDATA[I had a problem with this code &quot;can&#039;t modify frozen array (TypeError)&quot; cant get it to work]]></description>
		<content:encoded><![CDATA[<p>I had a problem with this code &#8220;can&#8217;t modify frozen array (TypeError)&#8221; cant get it to work</p>
]]></content:encoded>
	</item>
</channel>
</rss>

