Re: Building a localised SeaMonkey 2.42
Frank-Rainer Grahl <[email protected]> Thu, 15 Jun 2017 09:36:22 +0200
| Newsgroups | gmane.comp.mozilla.devel.os2 |
|---|---|
| Message-ID | <[email protected]> |
Dave Yeo wrote: > Frank-Rainer Grahl wrote: >>> Can someone tell my if this will likely work? >> Likely not. >> >>> Are there any missing steps? Or >>> is there an easier way to do this? >> >>> 4. add mk_add_options MOZ_CO_LOCALES=de, ac_add_options >> --enable-ui-locale=de and >> >> These are all unsupported options. As long as everything is translated >> you might get away with it but the official way is to set up l10n-merge. >> >> Here are the steps for a 2.46 Windows build which you need to adapt: >> >> https://pastebin.mozilla.org/9024487 > > Is mozmake just gnumake? Yes. Just make under Linux. FRG