Extension localization sample posted
I’ve finally finished and posted my article and corresponding sample code covering how to localize a Firefox extension:
http://developer.mozilla.org/en/docs/Localizing_an_extension
In addition, I’ve gone back through the previous samples and fixed a glitch that caused a garbage character to appear in the tooltip on Linux and other systems that use both CR and LF for end-of-line characters. The old version of the code was stripping just the last character. The new version finds the last CR and the last LF and yanks them out.

April 25th, 2006 at 12:36 pm
[...] More about Eric Shepherd: Extension localization sample posted [...]
April 25th, 2006 at 7:11 pm
Hmm… It’s not about Localization, it’s about Internationalization.
Internationalization is a process of making software localizable. Localization is a process of prepating the product for given langauge.
April 25th, 2006 at 11:45 pm
That’s a good point.
April 26th, 2006 at 1:57 pm
Eric: Want me to move it to Internationalizing an extension name?
April 26th, 2006 at 5:21 pm
Perhaps “Making an extension localizable”? Internationalizing an extension sounds scary…
April 27th, 2006 at 3:49 pm
Well… I could also just do a tad of work on the article and it would become “Internationalizing and localizing extensions”.