Re: Building a localised SeaMonkey 2.42
Frank-Rainer Grahl <[email protected]> Fri, 16 Jun 2017 16:53:20 +0200
| Newsgroups | gmane.comp.mozilla.devel.os2 |
|---|---|
| Message-ID | <[email protected]> |
Laurenz Sommer wrote: > First one general question: From what I understand from your steps I have to > build an English SeaMonkey first and the locale is added later. Correct? Yes. The compare-locales script uses the en-US package to check what is missing in the locale package. > The mozconfig file for the locale only differs in the addition of > --with-l10n-base and I have to set LOCALE_MERGEDIR in my environment settings? yes. l10n-base holds the local directories. > May I set the additional mozconfig options in the beginning or is it > obligatory to build without them and then set them for the merge-de step? If you set them in the beginning en-US will pick them up which is not a good thing. > The directory LOCALE_MERGE points to is just an empty working dir? yes. It will be created if there are missing locales and used to fill the gaps with en-US strings. This is more or less not well documented. I picked the steps from Adrian Kallas unofficial build files. FRG