<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.1.2" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: simplyglobal : A simple globalization plugin for Rails</title>
	<link>http://www.rubyfleebie.com/simplyglobal-a-simple-globalization-plugin-for-rails/</link>
	<description>Because programming should be fun</description>
	<pubDate>Wed, 10 Mar 2010 02:27:07 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.1.2</generator>

	<item>
		<title>By: Zubin</title>
		<link>http://www.rubyfleebie.com/simplyglobal-a-simple-globalization-plugin-for-rails/#comment-750</link>
		<author>Zubin</author>
		<pubDate>Thu, 30 Oct 2008 20:14:32 +0000</pubDate>
		<guid>http://www.rubyfleebie.com/simplyglobal-a-simple-globalization-plugin-for-rails/#comment-750</guid>
					<description>Nice one Dan, I like the way it'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>
	<item>
		<title>By: Dan</title>
		<link>http://www.rubyfleebie.com/simplyglobal-a-simple-globalization-plugin-for-rails/#comment-751</link>
		<author>Dan</author>
		<pubDate>Thu, 30 Oct 2008 20:24:17 +0000</pubDate>
		<guid>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'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'd have to reload the new translations at each request.

I'm not 100% sure of what I say but if you test it, I'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: Luke</title>
		<link>http://www.rubyfleebie.com/simplyglobal-a-simple-globalization-plugin-for-rails/#comment-753</link>
		<author>Luke</author>
		<pubDate>Fri, 31 Oct 2008 15:33:50 +0000</pubDate>
		<guid>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't know if any frameworks really handle well a situation where, e.g., the text "i found #{x} files in #{y} directories" needs to be translated into a language where the word order would come out "in #{y} directories, #{x} files were found" 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-754</link>
		<author>Dan</author>
		<pubDate>Fri, 31 Oct 2008 15:48:30 +0000</pubDate>
		<guid>http://www.rubyfleebie.com/simplyglobal-a-simple-globalization-plugin-for-rails/#comment-754</guid>
					<description>I had this problem too. When I coded the "hello %s".t("Johnny"), 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(&#8221;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: jeremy</title>
		<link>http://www.rubyfleebie.com/simplyglobal-a-simple-globalization-plugin-for-rails/#comment-756</link>
		<author>jeremy</author>
		<pubDate>Sat, 01 Nov 2008 04:59:01 +0000</pubDate>
		<guid>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: links for 2008-11-01 &#171; Bloggitation</title>
		<link>http://www.rubyfleebie.com/simplyglobal-a-simple-globalization-plugin-for-rails/#comment-757</link>
		<author>links for 2008-11-01 &#171; Bloggitation</author>
		<pubDate>Sat, 01 Nov 2008 07:08:32 +0000</pubDate>
		<guid>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>[&#8230;] simplyglobal : A simple globalization plugin for Rails (tags: ruby rails programming) [&#8230;]</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Frank</title>
		<link>http://www.rubyfleebie.com/simplyglobal-a-simple-globalization-plugin-for-rails/#comment-759</link>
		<author>Frank</author>
		<pubDate>Sat, 01 Nov 2008 14:20:11 +0000</pubDate>
		<guid>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's plugin is the fact that the translations are NOT stored in YML files or in the database. Everything is plain Ruby. Moreover it'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'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: Dan</title>
		<link>http://www.rubyfleebie.com/simplyglobal-a-simple-globalization-plugin-for-rails/#comment-766</link>
		<author>Dan</author>
		<pubDate>Mon, 03 Nov 2008 22:14:14 +0000</pubDate>
		<guid>http://www.rubyfleebie.com/simplyglobal-a-simple-globalization-plugin-for-rails/#comment-766</guid>
					<description>The &lt;a href="http://www.artweb-design.de/2008/7/18/the-ruby-on-rails-i18n-core-api" rel="nofollow"&gt;i18n support in Rails 2.2&lt;/a&gt; looks great! Can'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>
</channel>
</rss>
