Firefox:2.0 Multi-locale Installers: Difference between revisions

From MozillaWiki
Jump to navigation Jump to search
No edit summary
Line 8: Line 8:
Not only the installer should be multi-locale but the installed software too. Given Firefox runs on multi-users systems, each user might prefer to use Firefox in his own language.
Not only the installer should be multi-locale but the installed software too. Given Firefox runs on multi-users systems, each user might prefer to use Firefox in his own language.


=== Comments [[User:Caleb]] ===
=== Caleb's Comments ===


It would be great if the strings would be external, so if say, there's a minor security update coming up, users with locales other than en-US could apply the security fix without having to wait for a version of Firefox in their locale.
It would be great if the strings would be external, so if say, there's a minor security update coming up, users with locales other than en-US could apply the security fix without having to wait for a version of Firefox in their locale.
Since after all, incremental security updates are not allowed to change anything major in the interface, and even if they do, the patch could be applied in en-US first and when a language pack is available it will updated aswell.
Since after all, incremental security updates are not allowed to change anything major in the interface, and even if they do, the patch could be applied in en-US first and when a language pack is available it will updated aswell.

Revision as of 14:07, 23 April 2005

Synopsis

When we ship the Firefox product currently, we can only fit one locale per installer which leads to duplicating the same binary code for multiple locales. If we could fit more than one locale per installer, we could place ourselves in a much better situation where a 20-locale Firefox installer may be ~20 MB instead of 100 MB. Since we ship 3 platforms, that takes our total size from 300 MB to 60 MB.

This is the difference between shipping Firefox, Thunderbird, and Suite on the same CD, or having to split them up onto multiple CDs.

Comments User:Shishen

Not only the installer should be multi-locale but the installed software too. Given Firefox runs on multi-users systems, each user might prefer to use Firefox in his own language.

Caleb's Comments

It would be great if the strings would be external, so if say, there's a minor security update coming up, users with locales other than en-US could apply the security fix without having to wait for a version of Firefox in their locale. Since after all, incremental security updates are not allowed to change anything major in the interface, and even if they do, the patch could be applied in en-US first and when a language pack is available it will updated aswell.