Re: How to localize distribution package's requirements message
Re: How to localize distribution package's requirements message
- Subject: Re: How to localize distribution package's requirements message
- From: Bill Coderre <email@hidden>
- Date: Thu, 10 Sep 2009 09:35:29 -0700
On Sep 9, 2009, at 3:29 AM, Ben Staveley-Taylor wrote:
MyInstaller.mpkg
Contents
distribution.dist
Packages
MyPackage.pkg
Resources
en.lproj
background.psd
Localizable.strings
fr.lproj
background.psd
Localizable.strings
(... etc for other languages)
Just wanted to point out that:
1) psd pictures are not compatible with older OS versions. Stephane
would know better than I, but Apple likes to use compressed tiff files
with transparency.
2) Resources which are not localized (such as background pictures) can
go in the Resources folder, not the localized folder. This will save
some download size.
For instance, like this:
MyInstaller.mpkg
Contents
distribution.dist
Packages
MyPackage.pkg
Resources
background.tif
en.lproj
Localizable.strings
fr.lproj
Localizable.strings
(... etc for other languages)
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Installer-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden