Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

Darkroom

Guest
Original poster
Dec 15, 2006
2,445
0
Montréal, Canada
my attempts to localize an appcast have failed... essentially i'd like for the sparkle updater to load different release notes per language.

Code:
<?xml version="1.0" encoding="utf-8"?>

<rss xmlns:atom="http://www.w3.org/2005/Atom" xmlns:sparkle="http://www.andymatuschak.org/xml-namespaces/sparkle" version="1.5b5">
	
	<channel>

	<item>
	<language>en</language>
	<enclosure url="http://www.mysite.com/app.dmg" type="application/x-diskcopy" sparkle:version="2.0"/>
	<sparkle:releaseNotesLink>http://www.mysite.com/[B]ReleaseNotes-EN.html[/B]</sparkle:releaseNotesLink>
	</item>

	<item>
	<language>fr</language>
	<enclosure url="http://www.mysite.com/app.dmg" type="application/x-diskcopy" sparkle:version="2.0"/>
	<sparkle:releaseNotesLink>http://www.mysite.com/[B]ReleaseNotes-FR.html[/B]</sparkle:releaseNotesLink>
	</item>

	</channel>

</rss>

currently, loading the app in both french and english will only load the english release notes...
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.