зеркало из https://github.com/mozilla/pjs.git
Bug #214663 --> get rid of the region package in the installer because we don't need it anymore.
There is no longer a US region pack getting packaged into the language pack (en-US-mail.jar). This makes life easier for the localization folks.
This commit is contained in:
Родитель
5b7f34d3d1
Коммит
2ddb76c503
|
@ -91,8 +91,8 @@ locale/en-US/editor/EdConvertToTable.dtd, en-US/locale/en-US/edi
|
|||
#################################################################################################
|
||||
# US
|
||||
#################################################################################################
|
||||
locale/US/messenger-region, US/locale/US/messenger-region
|
||||
locale/US/global-region, US/locale/US/global-region
|
||||
locale/en-US/messenger-region, US/locale/US/messenger-region
|
||||
locale/global-region, en-US/locale/global-region
|
||||
|
||||
#################################################################################################
|
||||
# crypto
|
||||
|
|
|
@ -40,7 +40,7 @@ locale,install,url,jar:resource:/chrome/en-US-mail.jar!/locale/en-US/messenger-m
|
|||
locale,install,url,jar:resource:/chrome/en-US-mail.jar!/locale/en-US/messenger-views/
|
||||
locale,install,url,jar:resource:/chrome/en-US-mail.jar!/locale/en-US/messenger-smime/
|
||||
locale,install,url,jar:resource:/chrome/en-US-mail.jar!/locale/en-US/messenger-mapi/
|
||||
locale,install,url,jar:resource:/chrome/en-US-mail.jar!/locale/US/messenger-region/
|
||||
locale,install,url,jar:resource:/chrome/en-US-mail.jar!/locale/en-US/messenger-region/
|
||||
locale,install,url,jar:resource:/chrome/en-US-mail.jar!/locale/en-US/necko/
|
||||
locale,install,url,jar:resource:/chrome/en-US-mail.jar!/locale/en-US/editor/
|
||||
locale,install,url,jar:resource:/chrome/en-US-mail.jar!/locale/en-US/mozldap/
|
||||
|
|
|
@ -234,11 +234,10 @@ C1=Component Mail
|
|||
C2=Component Uninstaller
|
||||
C3=Component US English Profile Defaults
|
||||
C4=Component En US lang pack
|
||||
C5=Component US region pack
|
||||
C6=Component RSS
|
||||
C5=Component RSS
|
||||
; Make sure Component QFA is LAST so 3rd party developers who might not want
|
||||
; this component can easily remove it.
|
||||
C7=Component QFA
|
||||
C6=Component QFA
|
||||
|
||||
[Setup Type1]
|
||||
;*** LOCALIZE ME BABY ***
|
||||
|
@ -254,13 +253,12 @@ C1=Component Mail
|
|||
C2=Component Uninstaller
|
||||
C3=Component US English Profile Defaults
|
||||
C4=Component En US lang pack
|
||||
C5=Component US region pack
|
||||
C6=Component Offline
|
||||
C7=Component RSS
|
||||
C5=Component Offline
|
||||
C6=Component RSS
|
||||
;C7=Component ADT
|
||||
; Make sure Component QFA is LAST so 3rd party developers who might not want
|
||||
; this component can easily remove it.
|
||||
C8=Component QFA
|
||||
C7=Component QFA
|
||||
|
||||
[Dialog Select Components]
|
||||
Show Dialog=TRUE
|
||||
|
@ -693,19 +691,6 @@ Attributes=SELECTED|INVISIBLE|FORCE_UPGRADE
|
|||
Force Upgrade File0=[SETUP PATH]\chrome\en-US.jar
|
||||
FileCount=$FileCount$
|
||||
|
||||
[Component US region pack]
|
||||
;*** LOCALIZE ME BABY ***
|
||||
Description Short=US Region Pack
|
||||
;*** LOCALIZE ME BABY ***
|
||||
Description Long=Regional content for US users
|
||||
Archive=regus.xpi
|
||||
$InstallSize$:regus
|
||||
$InstallSizeSystem$
|
||||
$InstallSizeArchive$:regus.xpi
|
||||
Attributes=SELECTED|INVISIBLE|FORCE_UPGRADE
|
||||
Force Upgrade File0=[SETUP PATH]\chrome\US.jar
|
||||
FileCount=$FileCount$
|
||||
|
||||
[Component QFA]
|
||||
Description Short=Quality Feedback Agent
|
||||
;*** LOCALIZE ME BABY ***
|
||||
|
|
|
@ -11,6 +11,6 @@ FileMainEXE = thunderbird.exe
|
|||
FileUninstall = UninstallThunderbird.exe
|
||||
FileUninstallZIP = UninstallThunderbird.zip
|
||||
FileInstallerNETRoot = ThunderbirdNetSetup
|
||||
ComponentList = xpcom,mail,talkback,deflenus,langenus,regus,offline,newsblog
|
||||
ComponentList = xpcom,mail,talkback,deflenus,langenus,offline,newsblog
|
||||
LicenseFile = mail/LICENSE.txt
|
||||
7ZipSFXModule = other-licenses/7zstub/thunderbird/7zSD.sfx
|
||||
|
|
|
@ -75,7 +75,7 @@ if(verifyDiskSpace(fProgram, srDest))
|
|||
registerChrome(chromeType, cf, localeName + "messenger/");
|
||||
registerChrome(chromeType, cf, localeName + "editor/");
|
||||
registerChrome(chromeType, cf, localeName + "messenger-mapi/");
|
||||
|
||||
registerChrome(chromeType, cf, localeName + "messenger-region/");
|
||||
|
||||
registerChrome(chromeType, cf, localeName + "communicator/");
|
||||
registerChrome(chromeType, pf, localeName + "communicator-platform/");
|
||||
|
|
Загрузка…
Ссылка в новой задаче