Changes between Version 16 and Version 17 of firefox


Ignore:
Timestamp:
02/02/2007 07:47:11 AM (17 years ago)
Author:
Luca
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • firefox

    v16 v17  
    9494}}}
    9595
     96== Building localized versions ==
     97
     98It should apply to all Mozilla-based packages and versions; I built this way Firefox/Thunderbird-1.5.x, 2.x and CVS, Seamonkey-1.x and NVU-0.x, 1.x.
     99
     100In the mozconfig-* file it is possible to add the following two lines:
     101
     102{{{
     103ac_add_options --enable-ui-locale=<ll>
     104mk_add_options MOZ_CO_LOCALES=<ll>
     105}}}
     106
     107According to [path-to-sources]/mozilla/toolkit/locales/all-locales working and integrated locales are: cs, el, fi, fr, ga-IE, he, hu, it, nb-NO, nl, pl, ro, sv-SE, ru; missing localizations can be done manually by simply translating the stuff from original American-English to the desired one (example: I installed Thunderbird-2.0a1 localized but since it-sources are not available for that version I translated myself EN-US ones to it and placed them in [path-to-sources]/l10n/it hierarchy, used the same commands and now I use Thunderbird in italian). The localized files may have a different version number (example: Firefox-2.x uses it "langpack" 1.8.1 so it is worth to take a look before building to avoid missing xul, xml references and so on). It could be that a file or some files are missing from downloaded localization (example: for Firefox-CVS it prompts.properties is missing so I simply copied the original EN-US one and translated myself) but all that's needed is some patience; there are some tools that can be used to translate, the only one I tried is mozilla translator [http://sourceforge.net/projects/moztrans/]. Oher infos can be found at http://www.mozilla.org/projects/l10n/mlp_tools.html and http://www.mozilla.org/projects/l10n/mlp_howto_Firefox.html.
     108
    96109[wiki:GraphicalWebBrowsers Up][[br]]
    97110[wiki:BlfsNotes Top]