<?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; gettext</title>
	<atom:link href="http://share-experiences.com/blog/tag/gettext/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>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>
