Re: Building a localised SeaMonkey 2.42
Frank-Rainer Grahl <[email protected]> Tue, 13 Jun 2017 19:05:58 +0200
| Newsgroups | gmane.comp.mozilla.devel.os2 |
|---|---|
| Message-ID | <[email protected]> |
> 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 Not sure if 2.42 needs other options. It is also affected by the l10n build bug because of which Seamonkey needed to remove the extensions from the distribution. Adrian Kalla has a workaround for it but it didn't work on the offical builders. See https://bugzilla.mozilla.org/show_bug.cgi?id=1231349#c4 FRG Laurenz Sommer wrote: > Hello, > I have successfully compiled SeaMonkey 2.42 from Dave Yeo's sources. Now I > want to build a localised (German) version. > My plan is to > 1. Download this > https://hg.mozilla.org/releases/l10n/mozilla-release/de/rev/SEAMONKEY_2_46_RELEASE > German locale tarball and the corresponding en-US one, > 2. unpack the German tarball to D:\gecko45\locale_de and the en-US one > anywhere else, > 3. compare the files from the en-US 2.46 language pack with the ones from 2.42 > and edit the German ones so they are at the state of 2.42, > 4. add mk_add_options MOZ_CO_LOCALES=de, ac_add_options --enable-ui-locale=de and > ac_add_options --with-l10n-base=/gecko45/locale_de to my mozconfig file, > 5. build. > > Can someone tell my if this will likely work? Are there any missing steps? Or > is there an easier way to do this? > > Many thanks, > Laurenz Sommer