<?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: cl-i18n</title>
	<atom:link href="http://blog.viridian-project.de/cl-i18n/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.viridian-project.de</link>
	<description>Leslie P. Polzer on code, music, literature, design and free software business.</description>
	<lastBuildDate>Fri, 09 Dec 2011 14:52:23 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: cage</title>
		<link>http://blog.viridian-project.de/cl-i18n/comment-page-1/#comment-82680</link>
		<dc:creator>cage</dc:creator>
		<pubDate>Fri, 09 Dec 2011 14:52:23 +0000</pubDate>
		<guid isPermaLink="false">http://blog.viridian-project.de/cl-i18n/#comment-82680</guid>
		<description>Hello Leslie!

Thank you for your reply.

I would be actually happy to take care of this library! There is one last thing I would want to write before release my version: a function to convert the dictionary file to the new format as it have been deeply changed unfortunately.

I hope to complete this task this weekend.

Anyway, consider me for collaboration, just write me.

Thank you.
C.</description>
		<content:encoded><![CDATA[<p>Hello Leslie!</p>
<p>Thank you for your reply.</p>
<p>I would be actually happy to take care of this library! There is one last thing I would want to write before release my version: a function to convert the dictionary file to the new format as it have been deeply changed unfortunately.</p>
<p>I hope to complete this task this weekend.</p>
<p>Anyway, consider me for collaboration, just write me.</p>
<p>Thank you.<br />
C.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Leslie</title>
		<link>http://blog.viridian-project.de/cl-i18n/comment-page-1/#comment-82667</link>
		<dc:creator>Leslie</dc:creator>
		<pubDate>Fri, 09 Dec 2011 09:03:45 +0000</pubDate>
		<guid isPermaLink="false">http://blog.viridian-project.de/cl-i18n/#comment-82667</guid>
		<description>Please submit a diff patch or offer to take over maintenance of cl-i18n.</description>
		<content:encoded><![CDATA[<p>Please submit a diff patch or offer to take over maintenance of cl-i18n.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: cage</title>
		<link>http://blog.viridian-project.de/cl-i18n/comment-page-1/#comment-82636</link>
		<dc:creator>cage</dc:creator>
		<pubDate>Thu, 08 Dec 2011 16:19:31 +0000</pubDate>
		<guid isPermaLink="false">http://blog.viridian-project.de/cl-i18n/#comment-82636</guid>
		<description>Hello,

I think i have added the features Frank asked for, not sure if it works as expected anyway! :)

I kindly ask to the main authors of the library to show their interest in these modifications if any.

Bye.
C.</description>
		<content:encoded><![CDATA[<p>Hello,</p>
<p>I think i have added the features Frank asked for, not sure if it works as expected anyway! :)</p>
<p>I kindly ask to the main authors of the library to show their interest in these modifications if any.</p>
<p>Bye.<br />
C.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Frank</title>
		<link>http://blog.viridian-project.de/cl-i18n/comment-page-1/#comment-82379</link>
		<dc:creator>Frank</dc:creator>
		<pubDate>Thu, 01 Dec 2011 18:18:58 +0000</pubDate>
		<guid isPermaLink="false">http://blog.viridian-project.de/cl-i18n/#comment-82379</guid>
		<description>Hi there,

yep, I&#039;d be interested to have multiple languages loaded at the same time. I&#039;d also like to have support switching between languages immediately by setting the &quot;current lang&quot;. 

Cheers
   Frank</description>
		<content:encoded><![CDATA[<p>Hi there,</p>
<p>yep, I&#8217;d be interested to have multiple languages loaded at the same time. I&#8217;d also like to have support switching between languages immediately by setting the &#8220;current lang&#8221;. </p>
<p>Cheers<br />
   Frank</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: cage</title>
		<link>http://blog.viridian-project.de/cl-i18n/comment-page-1/#comment-82251</link>
		<dc:creator>cage</dc:creator>
		<pubDate>Mon, 28 Nov 2011 14:58:53 +0000</pubDate>
		<guid isPermaLink="false">http://blog.viridian-project.de/cl-i18n/#comment-82251</guid>
		<description>Hello!
I have improved the library and now there is a primitive way to deal with plurar forms.

Please let me know if interested.

Bye.
C.</description>
		<content:encoded><![CDATA[<p>Hello!<br />
I have improved the library and now there is a primitive way to deal with plurar forms.</p>
<p>Please let me know if interested.</p>
<p>Bye.<br />
C.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: cage</title>
		<link>http://blog.viridian-project.de/cl-i18n/comment-page-1/#comment-74976</link>
		<dc:creator>cage</dc:creator>
		<pubDate>Sun, 19 Jun 2011 13:40:41 +0000</pubDate>
		<guid isPermaLink="false">http://blog.viridian-project.de/cl-i18n/#comment-74976</guid>
		<description>Hello!

I have modified utils.lisp so that (in my opinion) it should deal well with strings that contains a quoted double quotes (\&quot;) character.

Moreover i think i have improved the &#039;generate-i18n-file&#039; function with a simple approximated string matching when an existing translation file is updated.

If you are interested in merging this patch, please write to me.</description>
		<content:encoded><![CDATA[<p>Hello!</p>
<p>I have modified utils.lisp so that (in my opinion) it should deal well with strings that contains a quoted double quotes (\&#8221;) character.</p>
<p>Moreover i think i have improved the &#8216;generate-i18n-file&#8217; function with a simple approximated string matching when an existing translation file is updated.</p>
<p>If you are interested in merging this patch, please write to me.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Peter</title>
		<link>http://blog.viridian-project.de/cl-i18n/comment-page-1/#comment-30717</link>
		<dc:creator>Peter</dc:creator>
		<pubDate>Fri, 14 Aug 2009 06:59:35 +0000</pubDate>
		<guid isPermaLink="false">http://blog.viridian-project.de/cl-i18n/#comment-30717</guid>
		<description>FWIW, there&#039;s a Lisp implementation of gettext (that uses gettext .mo files; you use the normal gettext tools for everything) in Maxima: &lt;a href=&quot;http://maxima.cvs.sourceforge.net/viewvc/*checkout*/maxima/maxima/src/intl.lisp&quot; rel=&quot;nofollow&quot;&gt;http://maxima.cvs.sourceforge.net/viewvc/*checkout*/maxima/maxima/src/intl.lisp&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>FWIW, there&#8217;s a Lisp implementation of gettext (that uses gettext .mo files; you use the normal gettext tools for everything) in Maxima: <a href="http://maxima.cvs.sourceforge.net/viewvc/*checkout*/maxima/maxima/src/intl.lisp" rel="nofollow"></a><a href="http://maxima.cvs.sourceforge.net/viewvc/" rel="nofollow">http://maxima.cvs.sourceforge.net/viewvc/</a>*checkout*/maxima/maxima/src/intl.lisp</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michel</title>
		<link>http://blog.viridian-project.de/cl-i18n/comment-page-1/#comment-4931</link>
		<dc:creator>Michel</dc:creator>
		<pubDate>Wed, 09 Jul 2008 20:40:23 +0000</pubDate>
		<guid isPermaLink="false">http://blog.viridian-project.de/cl-i18n/#comment-4931</guid>
		<description>Did you look at CL-L10N ?

Can someone tell us the main advantages/disadvantages of the new CL-i18n comparing to CL-L10N ?</description>
		<content:encoded><![CDATA[<p>Did you look at CL-L10N ?</p>
<p>Can someone tell us the main advantages/disadvantages of the new CL-i18n comparing to CL-L10N ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Leslie</title>
		<link>http://blog.viridian-project.de/cl-i18n/comment-page-1/#comment-4160</link>
		<dc:creator>Leslie</dc:creator>
		<pubDate>Thu, 19 Jun 2008 07:31:19 +0000</pubDate>
		<guid isPermaLink="false">http://blog.viridian-project.de/cl-i18n/#comment-4160</guid>
		<description>Yeah, I know this document.

I don&#039;t have time to work on a comprehensive framework like this, but maybe Slava from Weblocks will do so.

In the meantime, try cl-i18n; with format strings it&#039;s more powerful than you might think.</description>
		<content:encoded><![CDATA[<p>Yeah, I know this document.</p>
<p>I don&#8217;t have time to work on a comprehensive framework like this, but maybe Slava from Weblocks will do so.</p>
<p>In the meantime, try cl-i18n; with format strings it&#8217;s more powerful than you might think.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Robin Powell</title>
		<link>http://blog.viridian-project.de/cl-i18n/comment-page-1/#comment-4148</link>
		<dc:creator>Robin Powell</dc:creator>
		<pubDate>Wed, 18 Jun 2008 19:35:49 +0000</pubDate>
		<guid isPermaLink="false">http://blog.viridian-project.de/cl-i18n/#comment-4148</guid>
		<description>The problem is, simple i18n solutions are guaranteed to not work; see http://perldoc.perl.org/Locale/Maketext/TPJ13.html for why.  Per-language functions, and a clean way of embedding them, are really a requirement.  I hope you&#039;ll include MakeText-like things like this so I don&#039;t have to write my own.  :)

-Robin</description>
		<content:encoded><![CDATA[<p>The problem is, simple i18n solutions are guaranteed to not work; see <a href="http://perldoc.perl.org/Locale/Maketext/TPJ13.html" rel="nofollow">http://perldoc.perl.org/Locale/Maketext/TPJ13.html</a> for why.  Per-language functions, and a clean way of embedding them, are really a requirement.  I hope you&#8217;ll include MakeText-like things like this so I don&#8217;t have to write my own.  :)</p>
<p>-Robin</p>
]]></content:encoded>
	</item>
</channel>
</rss>

