l10n stands for localization = l + another 10 letters + n
There are several mailing lists to keep the track of what's going on, which are available as newsgroups, as well, both on news.mozilla.org and Google groups:
All these groups are pretty low traffic.
To keep the track of what's going on, it's also a good idea to read the Planet Mozilla L10N
The CVS is organized in several branches. We have the main branch called Trunk where the day to day developing work is done. When a development is started for an specific version, a new Branch is created. All the content of the trunk is copied to the branch so the developing work will be done in two parallel places: the generic trunk and the version oriented branch. When the work in the Branch is finished because the version is out, it becomes a Release.
Some branch/release names identified:
Mozilla Cross-Reference is a web site mirroring the content of the CVS server. Here we can easily have a look into other languages translations.
You do need an account in Bugzilla
You should configure the account to Watch the following addresses:
This way you will receive mail for bugs affecting many or even all locales.
When you create a bug, if you want the person in charge of the l10n to follow up your bug you should CC: l10n@mozilla.com
Sometime before a release, the Branch is closed and the only way to change something is to create a bug asking for approval:
cvs diff -uN > filename.diff
Product: Mozilla Localization Component: your language ... CC: l10n@mozilla.com Assigned to: you explain what you need! Specify the branch (1.8.1 for Firefox 2, 1.8.1.1 for Firefox 2.0.1, ...)
Content Type: patch Mark the approval1.8.xxx with ? asking for approval (use the appropriate branch)
bug 12345, fix typos and resize prefwindow, a=l10n
In Tinderbox you can see the result of the build process. Once you have made some changes in the CVS, as soon as the next build is done you can check the Tinderbox and see if something was wrong.
When the color is green, it means that the build process has finished with no errors. In this case the resultant installable file will be available in the Mozilla FTP servers:
In order to assure the quality of a build we should make some tests using http://litmus.mozilla.org/
Page last modified 22:09, 21 May 2007 by Igartua