<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.2.2" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: Interface translation in symfony</title>
	<link>http://www.techjini.com/blog/2007/07/26/interface-translation-in-symfony/</link>
	<description>The view from inside a startup...</description>
	<pubDate>Mon, 08 Sep 2008 14:58:37 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.2.2</generator>

	<item>
		<title>By: Start IT up &#187; Blog Archive &#187; Interface translation in symfony - tool for teams</title>
		<link>http://www.techjini.com/blog/2007/07/26/interface-translation-in-symfony/#comment-2971</link>
		<author>Start IT up &#187; Blog Archive &#187; Interface translation in symfony - tool for teams</author>
		<pubDate>Wed, 16 Jul 2008 12:34:24 +0000</pubDate>
		<guid>http://www.techjini.com/blog/2007/07/26/interface-translation-in-symfony/#comment-2971</guid>
		<description>[...] mentioned in my previous post how we decouple the translation dictionary completely from the source so that a change in any text [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;] mentioned in my previous post how we decouple the translation dictionary completely from the source so that a change in any text [&#8230;]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shyamal</title>
		<link>http://www.techjini.com/blog/2007/07/26/interface-translation-in-symfony/#comment-2970</link>
		<author>Shyamal</author>
		<pubDate>Wed, 16 Jul 2008 09:21:23 +0000</pubDate>
		<guid>http://www.techjini.com/blog/2007/07/26/interface-translation-in-symfony/#comment-2970</guid>
		<description>Arvind, you need to keep the files under the i18n directory directly under the root project folder. It is not to be kept in the config folder.

So the directory will look something like:
&lt;code&gt;
myProject
&#124;--apps
&#124;--batch
&#124;--config
&#124;--data
&#124;--i18n
&#124;&#160;&#160;&#124;--messages.en.xml
&#124;&#160;&#160;&#124;--messages.en.xml
&#124;
&#124;--lib
&#124;--web&lt;/code&gt;

Alternatively, you could keep the whole i18n folder under the application folder, for example under &lt;code&gt;myProject/apps/frontend/i18n&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>Arvind, you need to keep the files under the i18n directory directly under the root project folder. It is not to be kept in the config folder.</p>
<p>So the directory will look something like:<br />
<code><br />
myProject<br />
|--apps<br />
|--batch<br />
|--config<br />
|--data<br />
|--i18n<br />
|&nbsp;&nbsp;|--messages.en.xml<br />
|&nbsp;&nbsp;|--messages.en.xml<br />
|<br />
|--lib<br />
|--web</code></p>
<p>Alternatively, you could keep the whole i18n folder under the application folder, for example under <code>myProject/apps/frontend/i18n</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: arvind</title>
		<link>http://www.techjini.com/blog/2007/07/26/interface-translation-in-symfony/#comment-2969</link>
		<author>arvind</author>
		<pubDate>Wed, 16 Jul 2008 08:30:57 +0000</pubDate>
		<guid>http://www.techjini.com/blog/2007/07/26/interface-translation-in-symfony/#comment-2969</guid>
		<description>hi , i have done all the setting , but still it not working
my setting is :
is have used config/i18n/messages.hi.xml , 

can u give me the code and procedure for changing the text code by symfony</description>
		<content:encoded><![CDATA[<p>hi , i have done all the setting , but still it not working<br />
my setting is :<br />
is have used config/i18n/messages.hi.xml , </p>
<p>can u give me the code and procedure for changing the text code by symfony</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shyamal</title>
		<link>http://www.techjini.com/blog/2007/07/26/interface-translation-in-symfony/#comment-1764</link>
		<author>Shyamal</author>
		<pubDate>Mon, 10 Mar 2008 15:08:33 +0000</pubDate>
		<guid>http://www.techjini.com/blog/2007/07/26/interface-translation-in-symfony/#comment-1764</guid>
		<description>Thanks for the tip Dennis. Will update the main article with your suggestion.</description>
		<content:encoded><![CDATA[<p>Thanks for the tip Dennis. Will update the main article with your suggestion.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dennis</title>
		<link>http://www.techjini.com/blog/2007/07/26/interface-translation-in-symfony/#comment-1763</link>
		<author>Dennis</author>
		<pubDate>Mon, 10 Mar 2008 14:48:17 +0000</pubDate>
		<guid>http://www.techjini.com/blog/2007/07/26/interface-translation-in-symfony/#comment-1763</guid>
		<description>There is a more clean way (in my opinion) to do this:
You don't need a non-existing source code. It is possible to translate from source language to the same language as target.</description>
		<content:encoded><![CDATA[<p>There is a more clean way (in my opinion) to do this:<br />
You don&#8217;t need a non-existing source code. It is possible to translate from source language to the same language as target.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
