<?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: Django tip: Translating your application names (app_label)</title>
	<atom:link href="http://overtag.dk/wordpress/2008/07/django-tip-translating-your-application-names-app_label/feed/" rel="self" type="application/rss+xml" />
	<link>http://overtag.dk/wordpress/2008/07/django-tip-translating-your-application-names-app_label/</link>
	<description>101% objective... always</description>
	<lastBuildDate>Wed, 02 May 2012 13:03:46 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: benjamin</title>
		<link>http://overtag.dk/wordpress/2008/07/django-tip-translating-your-application-names-app_label/comment-page-1/#comment-7973</link>
		<dc:creator>benjamin</dc:creator>
		<pubDate>Fri, 21 Nov 2008 01:58:16 +0000</pubDate>
		<guid isPermaLink="false">http://overtag.dk/wordpress/?p=61#comment-7973</guid>
		<description>Sorry about the late reply. The patch has been approved, so now you just have to do the replacement in your admin template... that is: Replace the &#039;blocktrans&#039; with a simple &#039;trans&#039; and run ./manage.py makemessages -l (you language code) -a and you should see your application translations in the .po files given that you&#039;ve also applied the dummy translation in __init__.py

Hope this helps.</description>
		<content:encoded><![CDATA[<p>Sorry about the late reply. The patch has been approved, so now you just have to do the replacement in your admin template&#8230; that is: Replace the &#8216;blocktrans&#8217; with a simple &#8216;trans&#8217; and run ./manage.py makemessages -l (you language code) -a and you should see your application translations in the .po files given that you&#8217;ve also applied the dummy translation in __init__.py</p>
<p>Hope this helps.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vlada Macek</title>
		<link>http://overtag.dk/wordpress/2008/07/django-tip-translating-your-application-names-app_label/comment-page-1/#comment-7962</link>
		<dc:creator>Vlada Macek</dc:creator>
		<pubDate>Sat, 13 Sep 2008 11:31:31 +0000</pubDate>
		<guid isPermaLink="false">http://overtag.dk/wordpress/?p=61#comment-7962</guid>
		<description>Thanks. I&#039;d be glad to know how this applies to django-1.0, since now there is no make-messages.py to patch.

And non-english users would welcome application names to be translated. Until now I haven&#039;t found an easy way to do it.</description>
		<content:encoded><![CDATA[<p>Thanks. I&#8217;d be glad to know how this applies to django-1.0, since now there is no make-messages.py to patch.</p>
<p>And non-english users would welcome application names to be translated. Until now I haven&#8217;t found an easy way to do it.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

