<?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: Interface translation in symfony</title>
	<atom:link href="http://www.techjini.com/blog/2007/07/26/interface-translation-in-symfony/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.techjini.com/blog/2007/07/26/interface-translation-in-symfony/</link>
	<description>The blog of TechJini Solutions</description>
	<lastBuildDate>Fri, 10 Feb 2012 07:10:11 -0700</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Forest Swade</title>
		<link>http://www.techjini.com/blog/2007/07/26/interface-translation-in-symfony/comment-page-1/#comment-70064</link>
		<dc:creator>Forest Swade</dc:creator>
		<pubDate>Fri, 30 Dec 2011 14:28:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.techjini.com/blog/2007/07/26/interface-translation-in-symfony/#comment-70064</guid>
		<description>That is a remarkably amazing powerful resource that you&#039;re offering and you just provide it away cost-free!! I that can compare with discovering websites which often are aware of the particular property value providing you a wonderful learning resource for zero cost. We truly dearly loved examining these pages. Enjoy it!</description>
		<content:encoded><![CDATA[<p>That is a remarkably amazing powerful resource that you&#8217;re offering and you just provide it away cost-free!! I that can compare with discovering websites which often are aware of the particular property value providing you a wonderful learning resource for zero cost. We truly dearly loved examining these pages. Enjoy it!</p>
]]></content:encoded>
	</item>
	<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-page-1/#comment-2971</link>
		<dc:creator>Start IT up &#187; Blog Archive &#187; Interface translation in symfony - tool for teams</dc:creator>
		<pubDate>Wed, 16 Jul 2008 12:34:24 +0000</pubDate>
		<guid isPermaLink="false">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>[...] mentioned in my previous post how we decouple the translation dictionary completely from the source so that a change in any text [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shyamal</title>
		<link>http://www.techjini.com/blog/2007/07/26/interface-translation-in-symfony/comment-page-1/#comment-2970</link>
		<dc:creator>Shyamal</dc:creator>
		<pubDate>Wed, 16 Jul 2008 09:21:23 +0000</pubDate>
		<guid isPermaLink="false">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-page-1/#comment-2969</link>
		<dc:creator>arvind</dc:creator>
		<pubDate>Wed, 16 Jul 2008 08:30:57 +0000</pubDate>
		<guid isPermaLink="false">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-page-1/#comment-1764</link>
		<dc:creator>Shyamal</dc:creator>
		<pubDate>Mon, 10 Mar 2008 15:08:33 +0000</pubDate>
		<guid isPermaLink="false">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-page-1/#comment-1763</link>
		<dc:creator>Dennis</dc:creator>
		<pubDate>Mon, 10 Mar 2008 14:48:17 +0000</pubDate>
		<guid isPermaLink="false">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&#039;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>

