<?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: ibtool: Localization Made Easy</title>
	<atom:link href="http://www.bdunagan.com/2009/03/15/ibtool-localization-made-easy/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.bdunagan.com/2009/03/15/ibtool-localization-made-easy/</link>
	<description>fill the void</description>
	<lastBuildDate>Mon, 30 Jan 2012 09:42:44 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Ederson</title>
		<link>http://www.bdunagan.com/2009/03/15/ibtool-localization-made-easy/comment-page-1/#comment-18819</link>
		<dc:creator>Ederson</dc:creator>
		<pubDate>Sun, 27 Nov 2011 05:32:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.bdunagan.com/?p=123#comment-18819</guid>
		<description>I&#039;ve made this ( http://www.youtube.com/watch?v=cF1Rf02QvZQ ) and this python script ( http://code.google.com/p/edim-mobile/source/browse/trunk/ios/IncrementalLocalization/localize.py ) to show how to integrate the incremental localization when we build the project (compile).

It&#039;s very useful for me...</description>
		<content:encoded><![CDATA[<p>I&#8217;ve made this ( <a href="http://www.youtube.com/watch?v=cF1Rf02QvZQ" rel="nofollow">http://www.youtube.com/watch?v=cF1Rf02QvZQ</a> ) and this python script ( <a href="http://code.google.com/p/edim-mobile/source/browse/trunk/ios/IncrementalLocalization/localize.py" rel="nofollow">http://code.google.com/p/edim-mobile/source/browse/trunk/ios/IncrementalLocalization/localize.py</a> ) to show how to integrate the incremental localization when we build the project (compile).</p>
<p>It&#8217;s very useful for me&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bdunagan</title>
		<link>http://www.bdunagan.com/2009/03/15/ibtool-localization-made-easy/comment-page-1/#comment-10802</link>
		<dc:creator>bdunagan</dc:creator>
		<pubDate>Sun, 01 May 2011 19:17:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.bdunagan.com/?p=123#comment-10802</guid>
		<description>@Cyril Glad it helped! I added a note about Localizable.strings. Good point.</description>
		<content:encoded><![CDATA[<p>@Cyril Glad it helped! I added a note about Localizable.strings. Good point.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Cyril Godefroy</title>
		<link>http://www.bdunagan.com/2009/03/15/ibtool-localization-made-easy/comment-page-1/#comment-10728</link>
		<dc:creator>Cyril Godefroy</dc:creator>
		<pubDate>Wed, 27 Apr 2011 09:18:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.bdunagan.com/?p=123#comment-10728</guid>
		<description>Thanks for that blog post. It&#039;s actually much easier to read than the apple doc on that same subject.

I&#039;d add genstrings creates a Localisable.strings</description>
		<content:encoded><![CDATA[<p>Thanks for that blog post. It&#8217;s actually much easier to read than the apple doc on that same subject.</p>
<p>I&#8217;d add genstrings creates a Localisable.strings</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Automatically localize your nibs when building &#124; cocoaminded</title>
		<link>http://www.bdunagan.com/2009/03/15/ibtool-localization-made-easy/comment-page-1/#comment-3862</link>
		<dc:creator>Automatically localize your nibs when building &#124; cocoaminded</dc:creator>
		<pubDate>Sat, 06 Feb 2010 20:46:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.bdunagan.com/?p=123#comment-3862</guid>
		<description>[...] approach expands on Brian Dunagan&#8217;s use of ibtools and [...]</description>
		<content:encoded><![CDATA[<p>[...] approach expands on Brian Dunagan&#8217;s use of ibtools and [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: developer.casgrain.com &#187; Automatically localize your nibs when building</title>
		<link>http://www.bdunagan.com/2009/03/15/ibtool-localization-made-easy/comment-page-1/#comment-3168</link>
		<dc:creator>developer.casgrain.com &#187; Automatically localize your nibs when building</dc:creator>
		<pubDate>Wed, 23 Dec 2009 03:30:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.bdunagan.com/?p=123#comment-3168</guid>
		<description>[...] approach expands on Brian Dunagan&#8217;s use of ibtools and [...]</description>
		<content:encoded><![CDATA[<p>[...] approach expands on Brian Dunagan&#8217;s use of ibtools and [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mahboud</title>
		<link>http://www.bdunagan.com/2009/03/15/ibtool-localization-made-easy/comment-page-1/#comment-2861</link>
		<dc:creator>Mahboud</dc:creator>
		<pubDate>Mon, 23 Nov 2009 02:11:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.bdunagan.com/?p=123#comment-2861</guid>
		<description>Cool!  Thanks Brian!</description>
		<content:encoded><![CDATA[<p>Cool!  Thanks Brian!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: fill the void &#8211; ibtool scripts on Google Code</title>
		<link>http://www.bdunagan.com/2009/03/15/ibtool-localization-made-easy/comment-page-1/#comment-2389</link>
		<dc:creator>fill the void &#8211; ibtool scripts on Google Code</dc:creator>
		<pubDate>Tue, 11 Aug 2009 06:31:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.bdunagan.com/?p=123#comment-2389</guid>
		<description>[...] added the four localization scripts from previous posts to Google Code. In addition, I added a readme to document how to use them, as they [...]</description>
		<content:encoded><![CDATA[<p>[...] added the four localization scripts from previous posts to Google Code. In addition, I added a readme to document how to use them, as they [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: fill the void &#8211; ibtool Caveats</title>
		<link>http://www.bdunagan.com/2009/03/15/ibtool-localization-made-easy/comment-page-1/#comment-1571</link>
		<dc:creator>fill the void &#8211; ibtool Caveats</dc:creator>
		<pubDate>Sun, 28 Jun 2009 01:35:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.bdunagan.com/?p=123#comment-1571</guid>
		<description>[...] covered how Apple&#8217;s command-line utility ibtool can be used to automate localization tasks: generating a .strings file, localizing an English XIB, and incrementally updating a localized XIB. It&#8217;s a fantastic [...]</description>
		<content:encoded><![CDATA[<p>[...] covered how Apple&#8217;s command-line utility ibtool can be used to automate localization tasks: generating a .strings file, localizing an English XIB, and incrementally updating a localized XIB. It&#8217;s a fantastic [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: fill the void &#8211; ibtool: Localization Made Easier</title>
		<link>http://www.bdunagan.com/2009/03/15/ibtool-localization-made-easy/comment-page-1/#comment-87</link>
		<dc:creator>fill the void &#8211; ibtool: Localization Made Easier</dc:creator>
		<pubDate>Thu, 16 Apr 2009 02:51:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.bdunagan.com/?p=123#comment-87</guid>
		<description>[...] I wrote the first post on localization, I hadn&#8217;t discovered the full power of ibtool or the need for all that power. I figured out [...]</description>
		<content:encoded><![CDATA[<p>[...] I wrote the first post on localization, I hadn&#8217;t discovered the full power of ibtool or the need for all that power. I figured out [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

