Tao Cheng wrote:
> Hi, folks:
>
> Please refer to the following two bugs:
>
> * http://bugzilla.mozilla.org/show_bug.cgi?id=69935: "Rename all
> references of "en-US" to "en""
Based on exchanges with Shaver and Veditz, I aborted this action item. That is,
we still use language-country to indicate the language tag of the locale provider.
With this, we'll have "en-CA" and "en-GB" in addition to "US English" for UI language.
> * http://bugzilla.mozilla.org/show_bug.cgi?id=61626: "Need to make
> langxxxx.xpi platform neutral"
>
>
> Bug 61626 is to reduce the localization and distribution cost of the
> langpacks across platforms. The plan is that all Windows files go to
> "en-win.jar" (for English), UNIX files to "en-unix.jar" , and Mac files
> to "en-mac.jar". During installation, the installer script will select
> the right one.
>
For now, you only see "en-win.jar" for Windows ("en-unix.jar" for linux, etc.).
Eventually, we will pack then all in langenus.xpi and pick the right one for
the client's resident platform in installer script.
> I have tested the patch on Windows and am working on Linux and Mac. I
> will submit patches for review when they are ready. Feel free to add
> yourselves to the CC list for tracking the status or reviewing the patches.
>
Just checked them in; should be picked up by the next release build.
-Tao
>
> Thanks,
>
> Tao