<?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: simplyglobal : A simple globalization plugin for Rails</title>
	<atom:link href="http://www.rubyfleebie.com/simplyglobal-a-simple-globalization-plugin-for-rails/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.rubyfleebie.com/simplyglobal-a-simple-globalization-plugin-for-rails/</link>
	<description>Because programming should be fun</description>
	<lastBuildDate>Wed, 04 Jan 2012 05:17:14 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Dan</title>
		<link>http://www.rubyfleebie.com/simplyglobal-a-simple-globalization-plugin-for-rails/comment-page-1/#comment-766</link>
		<dc:creator>Dan</dc:creator>
		<pubDate>Mon, 03 Nov 2008 22:14:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.rubyfleebie.com/simplyglobal-a-simple-globalization-plugin-for-rails/#comment-766</guid>
		<description>The &lt;a href=&quot;http://www.artweb-design.de/2008/7/18/the-ruby-on-rails-i18n-core-api&quot; rel=&quot;nofollow&quot;&gt;i18n support in Rails 2.2&lt;/a&gt; looks great! Can&#039;t wait to try it. But for the moment, I will still use SimplyGlobal.</description>
		<content:encoded><![CDATA[<p>The <a href="http://www.artweb-design.de/2008/7/18/the-ruby-on-rails-i18n-core-api" rel="nofollow">i18n support in Rails 2.2</a> looks great! Can&#8217;t wait to try it. But for the moment, I will still use SimplyGlobal.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Frank</title>
		<link>http://www.rubyfleebie.com/simplyglobal-a-simple-globalization-plugin-for-rails/comment-page-1/#comment-759</link>
		<dc:creator>Frank</dc:creator>
		<pubDate>Sat, 01 Nov 2008 14:20:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.rubyfleebie.com/simplyglobal-a-simple-globalization-plugin-for-rails/#comment-759</guid>
		<description>I just wanted to say that we used SimplyGlobal in 4 projets already and it did the job very well everytime. What I like the most about Dan&#039;s plugin is the fact that the translations are NOT stored in YML files or in the database. Everything is plain Ruby. Moreover it&#039;s a very light plugin that just does what you expect. Now maybe i18n support in rails 2.2 will make simplyglobal unnecessary... this I don&#039;t know. But for now, this plugin is the best of its kind in my opinion.</description>
		<content:encoded><![CDATA[<p>I just wanted to say that we used SimplyGlobal in 4 projets already and it did the job very well everytime. What I like the most about Dan&#8217;s plugin is the fact that the translations are NOT stored in YML files or in the database. Everything is plain Ruby. Moreover it&#8217;s a very light plugin that just does what you expect. Now maybe i18n support in rails 2.2 will make simplyglobal unnecessary&#8230; this I don&#8217;t know. But for now, this plugin is the best of its kind in my opinion.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: links for 2008-11-01 &#171; Bloggitation</title>
		<link>http://www.rubyfleebie.com/simplyglobal-a-simple-globalization-plugin-for-rails/comment-page-1/#comment-757</link>
		<dc:creator>links for 2008-11-01 &#171; Bloggitation</dc:creator>
		<pubDate>Sat, 01 Nov 2008 07:08:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.rubyfleebie.com/simplyglobal-a-simple-globalization-plugin-for-rails/#comment-757</guid>
		<description>[...] simplyglobal : A simple globalization plugin for Rails (tags: ruby rails programming) [...]</description>
		<content:encoded><![CDATA[<p>[...] simplyglobal : A simple globalization plugin for Rails (tags: ruby rails programming) [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jeremy</title>
		<link>http://www.rubyfleebie.com/simplyglobal-a-simple-globalization-plugin-for-rails/comment-page-1/#comment-756</link>
		<dc:creator>jeremy</dc:creator>
		<pubDate>Sat, 01 Nov 2008 04:59:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.rubyfleebie.com/simplyglobal-a-simple-globalization-plugin-for-rails/#comment-756</guid>
		<description>Will this not become redundant with the imminent release of rails 2.2 with i18n support?</description>
		<content:encoded><![CDATA[<p>Will this not become redundant with the imminent release of rails 2.2 with i18n support?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dan</title>
		<link>http://www.rubyfleebie.com/simplyglobal-a-simple-globalization-plugin-for-rails/comment-page-1/#comment-754</link>
		<dc:creator>Dan</dc:creator>
		<pubDate>Fri, 31 Oct 2008 15:48:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.rubyfleebie.com/simplyglobal-a-simple-globalization-plugin-for-rails/#comment-754</guid>
		<description>I had this problem too. When I coded the &quot;hello %s&quot;.t(&quot;Johnny&quot;), it suited my needs... until the day I had the problem you are describing. Maybe one day, I will add that feature. I keep it has a possible enhancement : http://code.google.com/p/simplyglobal/issues/detail?id=4</description>
		<content:encoded><![CDATA[<p>I had this problem too. When I coded the &#8220;hello %s&#8221;.t(&#8220;Johnny&#8221;), it suited my needs&#8230; until the day I had the problem you are describing. Maybe one day, I will add that feature. I keep it has a possible enhancement : <a href="http://code.google.com/p/simplyglobal/issues/detail?id=4" rel="nofollow">http://code.google.com/p/simplyglobal/issues/detail?id=4</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Luke</title>
		<link>http://www.rubyfleebie.com/simplyglobal-a-simple-globalization-plugin-for-rails/comment-page-1/#comment-753</link>
		<dc:creator>Luke</dc:creator>
		<pubDate>Fri, 31 Oct 2008 15:33:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.rubyfleebie.com/simplyglobal-a-simple-globalization-plugin-for-rails/#comment-753</guid>
		<description>this is a subject of some interest to me. simplicity is good, and this is probably fine for completely static translations. what about dynamically-generated text? i don&#039;t know if any frameworks really handle well a situation where, e.g., the text &quot;i found #{x} files in #{y} directories&quot; needs to be translated into a language where the word order would come out &quot;in #{y} directories, #{x} files were found&quot; and furthermore you need to inflect files/directories depending on the cardinality of x and y (which in some languages is far more complicated than singular vs plural). keep hoping someone will code that one up...</description>
		<content:encoded><![CDATA[<p>this is a subject of some interest to me. simplicity is good, and this is probably fine for completely static translations. what about dynamically-generated text? i don&#8217;t know if any frameworks really handle well a situation where, e.g., the text &#8220;i found #{x} files in #{y} directories&#8221; needs to be translated into a language where the word order would come out &#8220;in #{y} directories, #{x} files were found&#8221; and furthermore you need to inflect files/directories depending on the cardinality of x and y (which in some languages is far more complicated than singular vs plural). keep hoping someone will code that one up&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dan</title>
		<link>http://www.rubyfleebie.com/simplyglobal-a-simple-globalization-plugin-for-rails/comment-page-1/#comment-751</link>
		<dc:creator>Dan</dc:creator>
		<pubDate>Thu, 30 Oct 2008 20:24:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.rubyfleebie.com/simplyglobal-a-simple-globalization-plugin-for-rails/#comment-751</guid>
		<description>I guess you could just reload a new hash of translations and it would replace the old translation hash. I&#039;d say that if you change it once, it would change for the whole application in production (since the classes are cashed and it uses @@ class variables). In development, you&#039;d have to reload the new translations at each request.

I&#039;m not 100% sure of what I say but if you test it, I&#039;d like to know the result.

Thanks!</description>
		<content:encoded><![CDATA[<p>I guess you could just reload a new hash of translations and it would replace the old translation hash. I&#8217;d say that if you change it once, it would change for the whole application in production (since the classes are cashed and it uses @@ class variables). In development, you&#8217;d have to reload the new translations at each request.</p>
<p>I&#8217;m not 100% sure of what I say but if you test it, I&#8217;d like to know the result.</p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Zubin</title>
		<link>http://www.rubyfleebie.com/simplyglobal-a-simple-globalization-plugin-for-rails/comment-page-1/#comment-750</link>
		<dc:creator>Zubin</dc:creator>
		<pubDate>Thu, 30 Oct 2008 20:14:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.rubyfleebie.com/simplyglobal-a-simple-globalization-plugin-for-rails/#comment-750</guid>
		<description>Nice one Dan, I like the way it&#039;s simple and therefore flexible. One question: If, say, one wanted to draw on a database of phrases instead of a manual hash, is there a method to reload the translations when they are edited?</description>
		<content:encoded><![CDATA[<p>Nice one Dan, I like the way it&#8217;s simple and therefore flexible. One question: If, say, one wanted to draw on a database of phrases instead of a manual hash, is there a method to reload the translations when they are edited?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

