QUOTE (Nukeador @ Sep 9 2008, 20:37) <{POST_SNAPBACK}>
es-ES is ready for release, but I'd like to test it in a real scenario, maybe the author could build a beta version with some of our translations?
I've incorporated the existing localisations into an XPI here:
http://whacked.net/mashTape-0.2.0pre-localised.xpi
note: Thanks to Goofy above, I just realised this .xpi requires a nightly build of Songbird - I apologise for that. You can test it out with a Songbird nightly build from here:
http://wiki.songbirdnest.com/Developer/Art.../Nightly_Builds
In order to test all the strings, you'll want to make sure you have tracks that test all 4 panes (so ideally big name bands that have good artist info, photos, videos, and news/blogs.) I've been testing with Bad Religion and Arctic Monkeys, and those seem to work well. One of the strings "extensions.mashTape.msg.no_info_found" will require you to have a track that doesn't have good meta-content on the web so that you can see that message. You can probably fake this by editing the metadata for the track so it's something bogus, or just find a really small not-well-known band.

As for the layout issue, yeah... I form some phrases by putting strings together in English that look like "4 hours ago"; what's the best way to handle this for other languages? Part of the problem is that all 3 components of that string: "4", "hours", and "ago" come from different localised-strings since it's generated dynamically. Any suggestions?
Thanks guys!