<?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: Multilingual Backend</title>
	<atom:link href="http://www.symfonylab.com/multilingual-backend/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.symfonylab.com/multilingual-backend/</link>
	<description>Everything you wanted to know about Symfony framework but did not know who to ask!</description>
	<pubDate>Wed, 03 Dec 2008 21:03:05 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.1</generator>
		<item>
		<title>By: Rianala</title>
		<link>http://www.symfonylab.com/multilingual-backend/#comment-426</link>
		<dc:creator>Rianala</dc:creator>
		<pubDate>Fri, 24 Oct 2008 13:37:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.symfonylab.com/multilingual-backend/#comment-426</guid>
		<description>Hi,

Great, amazingly it works. I've passed 2 weeks to search for a prompt solution to manage i18n fields. But it was just under my eyes :)Of course, class sfPropelAdminGenerator extends sfPropelCrudGenerator. and crud generator handles i18n fields ....
So, this is the simplest solution for i18n management ...
But also, don't forget to add a function with the __construct() that gets first the user's culture.</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>Great, amazingly it works. I&#8217;ve passed 2 weeks to search for a prompt solution to manage i18n fields. But it was just under my eyes :)Of course, class sfPropelAdminGenerator extends sfPropelCrudGenerator. and crud generator handles i18n fields &#8230;.<br />
So, this is the simplest solution for i18n management &#8230;<br />
But also, don&#8217;t forget to add a function with the __construct() that gets first the user&#8217;s culture.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: florian</title>
		<link>http://www.symfonylab.com/multilingual-backend/#comment-418</link>
		<dc:creator>florian</dc:creator>
		<pubDate>Fri, 01 Aug 2008 11:28:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.symfonylab.com/multilingual-backend/#comment-418</guid>
		<description>hey, 

after trying it out, i always get an error  telling me that the admin  generator is *NOT* able to see the fields from the i18n table (which seems logic to me).

i have of course used a i18n schema with all i18n-specific fields set. 

is there a further hint?</description>
		<content:encoded><![CDATA[<p>hey, </p>
<p>after trying it out, i always get an error  telling me that the admin  generator is *NOT* able to see the fields from the i18n table (which seems logic to me).</p>
<p>i have of course used a i18n schema with all i18n-specific fields set. </p>
<p>is there a further hint?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hassen Ben Tanfous</title>
		<link>http://www.symfonylab.com/multilingual-backend/#comment-7</link>
		<dc:creator>Hassen Ben Tanfous</dc:creator>
		<pubDate>Wed, 23 May 2007 06:32:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.symfonylab.com/multilingual-backend/#comment-7</guid>
		<description>Guss is right!
it creates the record but it doesn't manage cultures.

Here is how you manage the cultures:
http://trac.symfony-project.com/trac/wiki/HowToHandlei18nDbFieldsWithAdminGenerator
http://trac.symfony-project.com/trac/wiki/HowToHandlei18nDbFieldsWithAdminGeneratorMethod2</description>
		<content:encoded><![CDATA[<p>Guss is right!<br />
it creates the record but it doesn&#8217;t manage cultures.</p>
<p>Here is how you manage the cultures:<br />
<a href="http://trac.symfony-project.com/trac/wiki/HowToHandlei18nDbFieldsWithAdminGenerator" rel="nofollow">http://trac.symfony-project.com/trac/wiki/HowToHandlei18nDbFieldsWithAdminGenerator</a><br />
<a href="http://trac.symfony-project.com/trac/wiki/HowToHandlei18nDbFieldsWithAdminGeneratorMethod2" rel="nofollow">http://trac.symfony-project.com/trac/wiki/HowToHandlei18nDbFieldsWithAdminGeneratorMethod2</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dajbit</title>
		<link>http://www.symfonylab.com/multilingual-backend/#comment-6</link>
		<dc:creator>dajbit</dc:creator>
		<pubDate>Wed, 02 May 2007 15:36:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.symfonylab.com/multilingual-backend/#comment-6</guid>
		<description>Big, big thx for the tip. Have you developed some solution where  all i18n data can be displayed in one form ( something like that: title[en]..., title[de]..., title[fr]...  ) ?</description>
		<content:encoded><![CDATA[<p>Big, big thx for the tip. Have you developed some solution where  all i18n data can be displayed in one form ( something like that: title[en]&#8230;, title[de]&#8230;, title[fr]&#8230;  ) ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rosbif</title>
		<link>http://www.symfonylab.com/multilingual-backend/#comment-5</link>
		<dc:creator>rosbif</dc:creator>
		<pubDate>Sat, 06 Jan 2007 17:08:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.symfonylab.com/multilingual-backend/#comment-5</guid>
		<description>I found it, this needs to be added in generator.yml

Thanks for the tip - I havent got it wrking et, but I'm on my way ;)</description>
		<content:encoded><![CDATA[<p>I found it, this needs to be added in generator.yml</p>
<p>Thanks for the tip - I havent got it wrking et, but I&#8217;m on my way <img src='http://www.symfonylab.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rosbif</title>
		<link>http://www.symfonylab.com/multilingual-backend/#comment-4</link>
		<dc:creator>rosbif</dc:creator>
		<pubDate>Sat, 06 Jan 2007 16:30:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.symfonylab.com/multilingual-backend/#comment-4</guid>
		<description>Hi Narkov,
in which file do you make these changes ?
thks</description>
		<content:encoded><![CDATA[<p>Hi Narkov,<br />
in which file do you make these changes ?<br />
thks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: narkov</title>
		<link>http://www.symfonylab.com/multilingual-backend/#comment-3</link>
		<dc:creator>narkov</dc:creator>
		<pubDate>Wed, 22 Nov 2006 07:08:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.symfonylab.com/multilingual-backend/#comment-3</guid>
		<description>Hi Guss, thanks a lot for your comment. It works just fine for me. I used it in a couple of projects and I can guarantee that it helps managing i18n fields for differents cultures. Feel free to communicate with me if you'll be interested in details.</description>
		<content:encoded><![CDATA[<p>Hi Guss, thanks a lot for your comment. It works just fine for me. I used it in a couple of projects and I can guarantee that it helps managing i18n fields for differents cultures. Feel free to communicate with me if you&#8217;ll be interested in details.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Guss</title>
		<link>http://www.symfonylab.com/multilingual-backend/#comment-2</link>
		<dc:creator>Guss</dc:creator>
		<pubDate>Tue, 21 Nov 2006 21:52:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.symfonylab.com/multilingual-backend/#comment-2</guid>
		<description>Are you kidding ?! This absolutely doesn't help managing i18n fields for differents cultures !!!!</description>
		<content:encoded><![CDATA[<p>Are you kidding ?! This absolutely doesn&#8217;t help managing i18n fields for differents cultures !!!!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
