<?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"
	>
<channel>
	<title>Comments on: Translate: New Rails I18n Plugin with a Nice Web UI</title>
	<atom:link href="http://developer.newsdesk.se/2009/01/21/translate-new-rails-i18n-plugin-with-a-nice-web-ui/feed/" rel="self" type="application/rss+xml" />
	<link>http://developer.newsdesk.se/2009/01/21/translate-new-rails-i18n-plugin-with-a-nice-web-ui/</link>
	<description>This is the blog by the Ruby on Rails developers behind the Swedish site newsdesk.se.</description>
	<pubDate>Mon, 15 Mar 2010 18:09:57 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.5</generator>
		<item>
		<title>By: Ivan</title>
		<link>http://developer.newsdesk.se/2009/01/21/translate-new-rails-i18n-plugin-with-a-nice-web-ui/#comment-8644</link>
		<dc:creator>Ivan</dc:creator>
		<pubDate>Tue, 05 Jan 2010 23:01:42 +0000</pubDate>
		<guid isPermaLink="false">http://developer.newsdesk.se/?p=21#comment-8644</guid>
		<description>Hi, thanks for this great plugin...and sorry for my english...

I have a really weird problem, suddenly the plugin stop working right. Now when i press "save translations" button, and the plugin save the translations in the yml but skip the quotes (").
So my file looks like this.

en:

 site: 
    hello: Hello World


instead of:

en:

 site: 
    hello: "Hello World"


Any hint??

Regards..</description>
		<content:encoded><![CDATA[<p>Hi, thanks for this great plugin&#8230;and sorry for my english&#8230;</p>
<p>I have a really weird problem, suddenly the plugin stop working right. Now when i press &#8220;save translations&#8221; button, and the plugin save the translations in the yml but skip the quotes (&#8221;).<br />
So my file looks like this.</p>
<p>en:</p>
<p> site:<br />
    hello: Hello World</p>
<p>instead of:</p>
<p>en:</p>
<p> site:<br />
    hello: &#8220;Hello World&#8221;</p>
<p>Any hint??</p>
<p>Regards..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris</title>
		<link>http://developer.newsdesk.se/2009/01/21/translate-new-rails-i18n-plugin-with-a-nice-web-ui/#comment-6608</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Tue, 03 Nov 2009 15:09:49 +0000</pubDate>
		<guid isPermaLink="false">http://developer.newsdesk.se/?p=21#comment-6608</guid>
		<description>Could this be used with I18N DB to give it a database backend? I deploy on heroku, which is a read only filesystem.</description>
		<content:encoded><![CDATA[<p>Could this be used with I18N DB to give it a database backend? I deploy on heroku, which is a read only filesystem.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Juergen</title>
		<link>http://developer.newsdesk.se/2009/01/21/translate-new-rails-i18n-plugin-with-a-nice-web-ui/#comment-5944</link>
		<dc:creator>Juergen</dc:creator>
		<pubDate>Sun, 04 Oct 2009 16:38:22 +0000</pubDate>
		<guid isPermaLink="false">http://developer.newsdesk.se/?p=21#comment-5944</guid>
		<description>Hi, I would love to use the rake task for automated google translation. I have the translate plugin installed and the web-interface including single google translations do work. For the rake task I did install the latest httparty gem (I have version 0.4.5 ob my system). 

When I run the rake task to translate from en to fr:

rake translate:google FROM=en TO=fr

I do get the following error:

Constant HTTParty from htt_party.rb not found

The include "HTTParty" is described in the httparty readmes so I don't understand the error here. Do I miss something obvious?

Any help would be appreciated.</description>
		<content:encoded><![CDATA[<p>Hi, I would love to use the rake task for automated google translation. I have the translate plugin installed and the web-interface including single google translations do work. For the rake task I did install the latest httparty gem (I have version 0.4.5 ob my system). </p>
<p>When I run the rake task to translate from en to fr:</p>
<p>rake translate:google FROM=en TO=fr</p>
<p>I do get the following error:</p>
<p>Constant HTTParty from htt_party.rb not found</p>
<p>The include &#8220;HTTParty&#8221; is described in the httparty readmes so I don&#8217;t understand the error here. Do I miss something obvious?</p>
<p>Any help would be appreciated.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Angelschein</title>
		<link>http://developer.newsdesk.se/2009/01/21/translate-new-rails-i18n-plugin-with-a-nice-web-ui/#comment-5795</link>
		<dc:creator>Angelschein</dc:creator>
		<pubDate>Sun, 27 Sep 2009 09:56:45 +0000</pubDate>
		<guid isPermaLink="false">http://developer.newsdesk.se/?p=21#comment-5795</guid>
		<description>I agree with u. I need to imedeatly add it in my RSS</description>
		<content:encoded><![CDATA[<p>I agree with u. I need to imedeatly add it in my RSS</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marco Canderle</title>
		<link>http://developer.newsdesk.se/2009/01/21/translate-new-rails-i18n-plugin-with-a-nice-web-ui/#comment-5722</link>
		<dc:creator>Marco Canderle</dc:creator>
		<pubDate>Thu, 24 Sep 2009 01:11:15 +0000</pubDate>
		<guid isPermaLink="false">http://developer.newsdesk.se/?p=21#comment-5722</guid>
		<description>This plugin is great!! Thanks for building it!

I have a question. Is there any extension for your plugin that would allow us to combine it with the model-driven translation provided by the Globalize2 plugin (http://github.com/joshmh/globalize2), so that we could use the Translate plugin´s UI, to store information on the database tables created by Globalize2?

Thanks again!</description>
		<content:encoded><![CDATA[<p>This plugin is great!! Thanks for building it!</p>
<p>I have a question. Is there any extension for your plugin that would allow us to combine it with the model-driven translation provided by the Globalize2 plugin (http://github.com/joshmh/globalize2), so that we could use the Translate plugin´s UI, to store information on the database tables created by Globalize2?</p>
<p>Thanks again!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jonathan Chambers</title>
		<link>http://developer.newsdesk.se/2009/01/21/translate-new-rails-i18n-plugin-with-a-nice-web-ui/#comment-4871</link>
		<dc:creator>Jonathan Chambers</dc:creator>
		<pubDate>Fri, 28 Aug 2009 00:14:57 +0000</pubDate>
		<guid isPermaLink="false">http://developer.newsdesk.se/?p=21#comment-4871</guid>
		<description>Hi, I'm wondering how this would work for multiple app-servers on different machines. For instance, if I have three app-servers, does each server just write to it's own local copy of config/locales/fr.yml? This would mean that the same text would be translated 3 times right? Unless I synchronised the yaml files periodically. Or can I configure the i18n loadpath to point at a shared fr.yml on a static asset server?</description>
		<content:encoded><![CDATA[<p>Hi, I&#8217;m wondering how this would work for multiple app-servers on different machines. For instance, if I have three app-servers, does each server just write to it&#8217;s own local copy of config/locales/fr.yml? This would mean that the same text would be translated 3 times right? Unless I synchronised the yaml files periodically. Or can I configure the i18n loadpath to point at a shared fr.yml on a static asset server?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dan</title>
		<link>http://developer.newsdesk.se/2009/01/21/translate-new-rails-i18n-plugin-with-a-nice-web-ui/#comment-4255</link>
		<dc:creator>Dan</dc:creator>
		<pubDate>Tue, 04 Aug 2009 22:14:44 +0000</pubDate>
		<guid isPermaLink="false">http://developer.newsdesk.se/?p=21#comment-4255</guid>
		<description>This is a very neat plugin, but we've noticed that when new translations are added, it seems to do some reordering of the .yml files.  This is causing some painful git merges when multiple people update the translation files in separate branches. 

Is there an intentional reordering of the keys being done, or is this a side effect of something else?  If maintaining the key ordering would be desirable, I'd be willing to take a crack at a patch.</description>
		<content:encoded><![CDATA[<p>This is a very neat plugin, but we&#8217;ve noticed that when new translations are added, it seems to do some reordering of the .yml files.  This is causing some painful git merges when multiple people update the translation files in separate branches. </p>
<p>Is there an intentional reordering of the keys being done, or is this a side effect of something else?  If maintaining the key ordering would be desirable, I&#8217;d be willing to take a crack at a patch.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: wojtek</title>
		<link>http://developer.newsdesk.se/2009/01/21/translate-new-rails-i18n-plugin-with-a-nice-web-ui/#comment-1611</link>
		<dc:creator>wojtek</dc:creator>
		<pubDate>Mon, 18 May 2009 10:41:53 +0000</pubDate>
		<guid isPermaLink="false">http://developer.newsdesk.se/?p=21#comment-1611</guid>
		<description>There is a problem with UTF-8 encoding in ruby 1.9. ya2yaml gem is incompatible. Do you know any workaround to write yaml file in human format with that ruby version?</description>
		<content:encoded><![CDATA[<p>There is a problem with UTF-8 encoding in ruby 1.9. ya2yaml gem is incompatible. Do you know any workaround to write yaml file in human format with that ruby version?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dalibor</title>
		<link>http://developer.newsdesk.se/2009/01/21/translate-new-rails-i18n-plugin-with-a-nice-web-ui/#comment-1064</link>
		<dc:creator>Dalibor</dc:creator>
		<pubDate>Tue, 28 Apr 2009 08:33:31 +0000</pubDate>
		<guid isPermaLink="false">http://developer.newsdesk.se/?p=21#comment-1064</guid>
		<description>I was also getting binary data in the translation file but solve this with require ya2yaml gem in development environment.

require 'ya2yaml'

Translate plug-in calls the ya2yaml method if it exists, but previously doesn't try to require ya2yaml gem in its init and then falls back to to_yaml method.

keys.respond_to?(:ya2yaml) ? keys.ya2yaml(:escape_as_utf8 =&#62; true) : keys.to_yaml</description>
		<content:encoded><![CDATA[<p>I was also getting binary data in the translation file but solve this with require ya2yaml gem in development environment.</p>
<p>require &#8216;ya2yaml&#8217;</p>
<p>Translate plug-in calls the ya2yaml method if it exists, but previously doesn&#8217;t try to require ya2yaml gem in its init and then falls back to to_yaml method.</p>
<p>keys.respond_to?(:ya2yaml) ? keys.ya2yaml(:escape_as_utf8 =&gt; true) : keys.to_yaml</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Peter Marklund</title>
		<link>http://developer.newsdesk.se/2009/01/21/translate-new-rails-i18n-plugin-with-a-nice-web-ui/#comment-693</link>
		<dc:creator>Peter Marklund</dc:creator>
		<pubDate>Thu, 16 Apr 2009 09:42:33 +0000</pubDate>
		<guid isPermaLink="false">http://developer.newsdesk.se/?p=21#comment-693</guid>
		<description>Sascha,
try adding this line to translate controller:

skip_before_filter :verify_authenticity_token

Does that solve the problem?

Peter</description>
		<content:encoded><![CDATA[<p>Sascha,<br />
try adding this line to translate controller:</p>
<p>skip_before_filter :verify_authenticity_token</p>
<p>Does that solve the problem?</p>
<p>Peter</p>
]]></content:encoded>
	</item>
</channel>
</rss>
