<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Share experiences. &#187; Uncategorized</title>
	<atom:link href="http://share-experiences.com/blog/category/uncategorized/feed/" rel="self" type="application/rss+xml" />
	<link>http://share-experiences.com</link>
	<description>Share experiences.</description>
	<lastBuildDate>Sun, 01 Jun 2008 19:43:44 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Mysql gui data editing</title>
		<link>http://share-experiences.com/blog/mysql-gui-data-editing/</link>
		<comments>http://share-experiences.com/blog/mysql-gui-data-editing/#comments</comments>
		<pubDate>Sun, 01 Jun 2008 19:43:44 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://share-experiences.com/?p=5</guid>
		<description><![CDATA[To edit mysql table data (not table definition but data stored in the table) using mysql-administrator (part of mysql-gui-tools) one has to install mysql-query-browser package. Strange? For me &#8211; yes.]]></description>
			<content:encoded><![CDATA[<p>To edit mysql table data (not table definition but data stored in the table) using</p>
<p>mysql-administrator (part of mysql-gui-tools) one has to install</p>
<p>mysql-<strong>query-browser</strong> package.</p>
<p>Strange?</p>
<p>For me &#8211; yes.</p>
]]></content:encoded>
			<wfw:commentRss>http://share-experiences.com/blog/mysql-gui-data-editing/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What “fuzzy” means &#8211; python, django, gettext.</title>
		<link>http://share-experiences.com/blog/what-fuzzy-means-python-django-gettext/</link>
		<comments>http://share-experiences.com/blog/what-fuzzy-means-python-django-gettext/#comments</comments>
		<pubDate>Fri, 02 Nov 2007 15:44:01 +0000</pubDate>
		<dc:creator>foramber</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[django]]></category>
		<category><![CDATA[gettext]]></category>

		<guid isPermaLink="false">http://share-experiences.com/blog/2007/11/02/what-%e2%80%9cfuzzy%e2%80%9d-means-python-django-gettext/</guid>
		<description><![CDATA[A django application is in process of adding support for second language. During adding translations to the django.po file after next .po file compilation some of previously translated texts were displayed on target site in their original, untranslated form. Afert usual digging in google’s search results the answer was found: a “#, fuzzy” flag was [...]]]></description>
			<content:encoded><![CDATA[<p>A <a href="http://www.djangoproject.com/" title="django"><strong>django</strong></a> <a href="http://places-to-visit.info/" title="places-to-visit.info">application</a> is in process of adding  support for second language. During adding translations to the <code><strong>django</strong>.po</code> file after next <code>.po</code> file compilation some of previously translated texts were displayed on target site in their original, untranslated form.</p>
<p>Afert usual digging in google’s search results the answer was found: a “#, <strong>fuzzy</strong>” flag was responsible  for not translating my strings.</p>
<p><strong>Fuzzy</strong> flag <a href="http://www.gnu.org/software/gettext/manual/html_node/gettext_9.html#Fuzzy-Entries">description.</a> In short words: if you are sure that “<strong>fuzzy</strong>” marked translation is correct simply remove “<strong>fuzzy</strong>” flag, compile the <code>.po</code> file and you are done.</p>
]]></content:encoded>
			<wfw:commentRss>http://share-experiences.com/blog/what-fuzzy-means-python-django-gettext/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
