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.

6 Responses to “Extension localization sample posted”

  1. » Eric Shepherd: Extension localization sample posted - Mozilla News says:

    [...] More about Eric Shepherd: Extension localization sample posted [...]

  2. gandalf says:

    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.

  3. sheppy says:

    That’s a good point.

  4. gandalf says:

    Eric: Want me to move it to Internationalizing an extension name?

  5. Nickolay says:

    Perhaps “Making an extension localizable”? Internationalizing an extension sounds scary…

  6. sheppy says:

    Well… I could also just do a tad of work on the article and it would become “Internationalizing and localizing extensions”.

Leave a Reply

Line and paragraph breaks automatic.
XHTML allowed: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>