<?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: Translating your Python/PyGTK application</title>
	<atom:link href="http://www.learningpython.com/2006/12/03/translating-your-pythonpygtk-application/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.learningpython.com/2006/12/03/translating-your-pythonpygtk-application/</link>
	<description>one man&#039;s journey into python...</description>
	<lastBuildDate>Sat, 18 May 2013 08:33:23 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
	<item>
		<title>By: onlinebusiness,internet business,maketing,oppurtunity</title>
		<link>http://www.learningpython.com/2006/12/03/translating-your-pythonpygtk-application/comment-page-1/#comment-238744</link>
		<dc:creator>onlinebusiness,internet business,maketing,oppurtunity</dc:creator>
		<pubDate>Fri, 20 Apr 2012 05:01:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.learningpython.com/?p=48#comment-238744</guid>
		<description>&lt;strong&gt;onlinebusiness,internet business,maketing,oppurtunity...&lt;/strong&gt;

[...]learning python &#187; Blog Archive &#187; Translating your Python/PyGTK application[...]...</description>
		<content:encoded><![CDATA[<p><strong>onlinebusiness,internet business,maketing,oppurtunity&#8230;</strong></p>
<p>[...]learning python &raquo; Blog Archive &raquo; Translating your Python/PyGTK application[...]&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jonas</title>
		<link>http://www.learningpython.com/2006/12/03/translating-your-pythonpygtk-application/comment-page-1/#comment-167948</link>
		<dc:creator>Jonas</dc:creator>
		<pubDate>Tue, 24 Aug 2010 18:32:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.learningpython.com/?p=48#comment-167948</guid>
		<description>ganesh, Nisha Pandita
Just replace LANG with LANGUAGE when executing the program.</description>
		<content:encoded><![CDATA[<p>ganesh, Nisha Pandita<br />
Just replace LANG with LANGUAGE when executing the program.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: xishan</title>
		<link>http://www.learningpython.com/2006/12/03/translating-your-pythonpygtk-application/comment-page-1/#comment-152854</link>
		<dc:creator>xishan</dc:creator>
		<pubDate>Fri, 06 Nov 2009 12:33:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.learningpython.com/?p=48#comment-152854</guid>
		<description>Very good tutorial. Thanks alot. 

It was working fine on jaunty before I upgraded to karmic koala.
Any suggestions?</description>
		<content:encoded><![CDATA[<p>Very good tutorial. Thanks alot. </p>
<p>It was working fine on jaunty before I upgraded to karmic koala.<br />
Any suggestions?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: fracpete</title>
		<link>http://www.learningpython.com/2006/12/03/translating-your-pythonpygtk-application/comment-page-1/#comment-151236</link>
		<dc:creator>fracpete</dc:creator>
		<pubDate>Sun, 27 Sep 2009 06:07:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.learningpython.com/?p=48#comment-151236</guid>
		<description>Very cool website. Thanks for that!

The link to the source code (in the paragraph above the \Conclusion\) links to \pywine_03.tar.gz\ (giving you a 404), but it should read \PyWine_03.tar.gz\ instead.</description>
		<content:encoded><![CDATA[<p>Very cool website. Thanks for that!</p>
<p>The link to the source code (in the paragraph above the \Conclusion\) links to \pywine_03.tar.gz\ (giving you a 404), but it should read \PyWine_03.tar.gz\ instead.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Muhamed Niyas</title>
		<link>http://www.learningpython.com/2006/12/03/translating-your-pythonpygtk-application/comment-page-1/#comment-150853</link>
		<dc:creator>Muhamed Niyas</dc:creator>
		<pubDate>Sat, 19 Sep 2009 06:42:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.learningpython.com/?p=48#comment-150853</guid>
		<description>Its very nice tutorial...
Labels in the Glade Translating well in Ubuntu and Debian. 
But its not working in Windows. Can you pls guide me to 
solve this issue?

Thanks in advance</description>
		<content:encoded><![CDATA[<p>Its very nice tutorial&#8230;<br />
Labels in the Glade Translating well in Ubuntu and Debian.<br />
But its not working in Windows. Can you pls guide me to<br />
solve this issue?</p>
<p>Thanks in advance</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Malac</title>
		<link>http://www.learningpython.com/2006/12/03/translating-your-pythonpygtk-application/comment-page-1/#comment-146442</link>
		<dc:creator>Malac</dc:creator>
		<pubDate>Wed, 03 Jun 2009 11:22:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.learningpython.com/?p=48#comment-146442</guid>
		<description>Couldn&#039;t see this anywhere so thought I&#039;d post it.
Your code would not work for glade file widgets until I changed this:
[code lang=python]		self.wTree = gtk.glade.XML(self.gladefile,&quot;config&quot;)[/code]
to this:
[code lang=python]		self.wTree = gtk.glade.XML(self.gladefile,&quot;config&quot;, gtk.glade.textdomain(APP_NAME))[/code]</description>
		<content:encoded><![CDATA[<p>Couldn&#8217;t see this anywhere so thought I&#8217;d post it.<br />
Your code would not work for glade file widgets until I changed this:<br />
[code lang=python]		self.wTree = gtk.glade.XML(self.gladefile,"config")[/code]<br />
to this:<br />
[code lang=python]		self.wTree = gtk.glade.XML(self.gladefile,"config", gtk.glade.textdomain(APP_NAME))[/code]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bob</title>
		<link>http://www.learningpython.com/2006/12/03/translating-your-pythonpygtk-application/comment-page-1/#comment-145662</link>
		<dc:creator>Bob</dc:creator>
		<pubDate>Wed, 20 May 2009 23:59:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.learningpython.com/?p=48#comment-145662</guid>
		<description>I liked your example, it helped me understand quickly how to use gettext.

You might want to fix your link to the updated source - you have it all lowercase as pywine_03.tar.gz and it gets a 404.

I downloaded the source successfully after seeing that the original article called it PyWine.tar.gz, so I tried PyWine_03.tar.gz

Thanks, again,
  Bob</description>
		<content:encoded><![CDATA[<p>I liked your example, it helped me understand quickly how to use gettext.</p>
<p>You might want to fix your link to the updated source &#8211; you have it all lowercase as pywine_03.tar.gz and it gets a 404.</p>
<p>I downloaded the source successfully after seeing that the original article called it PyWine.tar.gz, so I tried PyWine_03.tar.gz</p>
<p>Thanks, again,<br />
  Bob</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Damon Lynch</title>
		<link>http://www.learningpython.com/2006/12/03/translating-your-pythonpygtk-application/comment-page-1/#comment-145512</link>
		<dc:creator>Damon Lynch</dc:creator>
		<pubDate>Tue, 19 May 2009 04:34:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.learningpython.com/?p=48#comment-145512</guid>
		<description>Thank you very much for writing this tutorial. I have also included my thanks in the ChangeLog for my project, Rapid Photo Downloader. 

One comment: while testing out translations people had done for my project, I spent some hours trying to figure out why the strings generated by Python code would be translated without difficulty, while the glade generated GUI would not be translated at all. On Ubuntu, the solution is to replace this (for example):

LANG=fr_FR ./code-to-run

with this:

LANG=fr_FR.UTF-8 ./code-to-run

The second method works just fine.

Another comment: I was able to translate  combobox values by subclassing gtk.ComboBox, storing the &quot;real&quot; value in a hidden 1st column, and displaying the translated value in a 2nd column, which is what the user sees. Perhaps there is a better way but this works fine for me at the moment.</description>
		<content:encoded><![CDATA[<p>Thank you very much for writing this tutorial. I have also included my thanks in the ChangeLog for my project, Rapid Photo Downloader. </p>
<p>One comment: while testing out translations people had done for my project, I spent some hours trying to figure out why the strings generated by Python code would be translated without difficulty, while the glade generated GUI would not be translated at all. On Ubuntu, the solution is to replace this (for example):</p>
<p>LANG=fr_FR ./code-to-run</p>
<p>with this:</p>
<p>LANG=fr_FR.UTF-8 ./code-to-run</p>
<p>The second method works just fine.</p>
<p>Another comment: I was able to translate  combobox values by subclassing gtk.ComboBox, storing the &#8220;real&#8221; value in a hidden 1st column, and displaying the translated value in a 2nd column, which is what the user sees. Perhaps there is a better way but this works fine for me at the moment.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nisha Pandita</title>
		<link>http://www.learningpython.com/2006/12/03/translating-your-pythonpygtk-application/comment-page-1/#comment-136160</link>
		<dc:creator>Nisha Pandita</dc:creator>
		<pubDate>Thu, 19 Feb 2009 06:21:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.learningpython.com/?p=48#comment-136160</guid>
		<description>hi selsine

i working on an application that is build in python, pygtk and glade but i say i add any module to the application ,i need to again generate all the pot files and po files,again after creating the po files all translations vanish up and we are left with to again add the translations for the whole application,is there anything can be done regarding it or at least that if we again generate the po files, the already translated files are not affected....

Please help me out and thanks for your tutorial</description>
		<content:encoded><![CDATA[<p>hi selsine</p>
<p>i working on an application that is build in python, pygtk and glade but i say i add any module to the application ,i need to again generate all the pot files and po files,again after creating the po files all translations vanish up and we are left with to again add the translations for the whole application,is there anything can be done regarding it or at least that if we again generate the po files, the already translated files are not affected&#8230;.</p>
<p>Please help me out and thanks for your tutorial</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nisha Pandita</title>
		<link>http://www.learningpython.com/2006/12/03/translating-your-pythonpygtk-application/comment-page-1/#comment-135946</link>
		<dc:creator>Nisha Pandita</dc:creator>
		<pubDate>Tue, 17 Feb 2009 05:19:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.learningpython.com/?p=48#comment-135946</guid>
		<description>I have a problem of locale,i have set my os(ubantu) locale to en_us,its like that your example pywine.py i am able to translate only in the locale i have set my operating system to,i want translations to happen in say en_CA, i have done all the required things like creating pot files,po file ,editing po ffiles,creating folders,creating mo files but then also i am getting an error.
 \\Gtk-WARNING **: Locale not supported by C library.
	Using the fallback &#039;C&#039; locale.\\

please help me out....will be quite greattful to you</description>
		<content:encoded><![CDATA[<p>I have a problem of locale,i have set my os(ubantu) locale to en_us,its like that your example pywine.py i am able to translate only in the locale i have set my operating system to,i want translations to happen in say en_CA, i have done all the required things like creating pot files,po file ,editing po ffiles,creating folders,creating mo files but then also i am getting an error.<br />
 \\Gtk-WARNING **: Locale not supported by C library.<br />
	Using the fallback &#8216;C&#8217; locale.\\</p>
<p>please help me out&#8230;.will be quite greattful to you</p>
]]></content:encoded>
	</item>
</channel>
</rss>
