02.15.13 - 08:26am
Let me share some recent revelations I had. It all started with the infamous Berlin airport. Not the nice one in Tegel, but the BBI desaster. The one we’ve thought we’d open last year, and now we don’t know which year. Part of the newscoverage here in Germany was all about how they didn’t do [...]
Category: L10n, Mozilla | Tags: L10n, Mozilla | 1 Comment »
09.27.12 - 04:04am
Language packs are add-ons that you can install to add additional localizations to our desktop applications. Starting with tomorrow’s nightly, and thus following the Firefox 18 train, language packs will be restartless. That was bug 677092, landed as 812d0ba83175. To change your UI language, you just need to install a language pack, set your language [...]
Category: L10n, Mozilla | Tags: L10n, Mozilla | 12 Comments »
07.20.12 - 09:18am
If your tool serializes internal state instead of editing files, it’ll do surprising things if it encounters surprising content. Like, turn errNotSemicolonTerminated=Named character reference was not terminated by a semicolon. (Or “&” should have been escaped as “&”.) into errNotSemicolonTerminated=Named character reference was not terminated by a semicolon. (Or “” should have been escaped as [...]
Category: L10n, Mozilla | Tags: L10n, Mozilla | 2 Comments »
06.09.12 - 12:07pm
Wait a second, we’re on the rapid release schedule for almost a year now, and 9 releases. How can the l10n dashboard be friends with the trees only now? Well, I’ve hacked and lied and tweaked and spoofed the data for a year. No more. The obvious changes are: Localizers as well as drivers can [...]
Category: L10n, Mozilla | Tags: elmo, L10n, Mozilla | Comments Off
06.07.12 - 04:32am
I’ve updated compare-locales with two important fixes: License header fix for ini files, bug 760998 l10n-merge now works with multiple errors per file, bug 756448 I’ve also updated the license to MPL2. Update your local installs with the usual commands, like pip install -U compare-locales The l10n dashboard is already running the new code, I’ll [...]
Category: L10n, Mozilla | Tags: compare-locales, L10n, Mozilla | 1 Comment »
03.23.12 - 10:45am
Wait, what, migrating to the rapid release process? Aren’t we, like, doing that? Well, not in the data models that drive the l10n dashboard. What follows is two-fold, for one, why would I be hacking on a patch for half a year? But also, there are some interesting technical tidbits on how to do intensive [...]
Category: L10n, Mozilla | Tags: L10n, Mozilla | 1 Comment »
02.15.12 - 08:05am
Busy times for compare-locales, there’s another release out the door. New in this release are a significant rewrite of the Properties parser. A lot less regular expressions, a lot more performance in bad situations. Thanks to glandium for poking me hard with a patch. That patch didn’t work, but at least it got my butt [...]
Category: L10n, Mozilla | Tags: compare-locales, L10n, Mozilla | Comments Off
01.27.12 - 05:23pm
I’m hacking on some tool that indexes the localizable strings in our apps. One of the fall-outs could be a glossary tool, i.e., which terms in Firefox, Thunderbird, etc should localizers bother to get consistently translated. Which raises an interesting question, where do you draw the line? What’s a good metric to use to define [...]
Category: L10n, Mozilla | Tags: L10n, Mozilla, tools | 4 Comments »
01.26.12 - 09:16am
There isn’t much news on the localization tool front that I started at MozCamp in Berlin, but I’ve got some more questions for the web tool guys among you. As any good project, a localization editor should stand on the shoulders of giants, so I’ve been looking at Orion, Cloud9/Ace, and etherpad-lite. All of them [...]
Category: L10n, Mozilla | Tags: L10n, Mozilla, tools | Comments Off
01.20.12 - 04:37am
There’s yet another update to compare-locales, we’re now at 0.9.4. Please update your local installs with pip install -U compare-locales Changes since 0.9.3 are: Catch % as error. Sadly, there’s not much more the parser reports than Invalid Token, but at least it says something. You need to escape that as %. Stability fix, there [...]
Category: L10n, Mozilla | Tags: L10n, Mozilla | Comments Off