Skip to content

{ Tag Archives } L10n

Any Firefox fans in Morocco?

I’ll be in Morocco at the end of next week and noticed there wasn’t a single Mozilla Party in the country! There were over 36,000 download pledges though, so there must be Firefox supporters somewhere.
If you’re in Morocco and want to meet up send me a message. I’ll see if I [...]

Also tagged

Adding context to AMO .po files

Adding context to the .po files on AMO has been one of our challenges since we started localizing the site. The solution we decided to use, place holder strings, is non-standard and can be difficult to use for someone that is used to how gettext normally works.
The localization tool we’ve decided to use for [...]

Also tagged , ,

addons.mozilla.org and Localization at the Firefox Summit

We’re planning several sessions at the upcoming Firefox summit including one specifically about AMO and L10n in which we hope to connect with localizers and start looking at some of the pain points of localizing AMO. With that in mind I’ve been collecting topic ideas and I’d like to hear any others you have. [...]

Also tagged , ,

Making Life Easier for Localizers – Introducing Verbatim

The webdev and L10n-drivers teams have been talking about implementing an online localization tool for a few months and I’m happy to report that a plan is progressing. Seth Bindernagel has been giving updates about the planning process and the direction we’re going in. Our planning decisions will probably come up but my [...]

Also tagged ,

Localization introduction at PDXPHP next week

I’m going to be in Portland next week giving a casual introduction to localization at PDXPHP’s October meeting. It’s scheduled for 6:30pm on October 9th, so stop by if you’re in the neighborhood, and feel free to bring questions.
Oh, and going to the Slashdot 10-year anniversary party isn’t an excuse to miss this. [...]

Also tagged , ,

Ten Tips for Website Localization

This post has some general tips that I’d recommend to anyone wanting to write a multilingual web application. The majority of my code these days is PHP, but I think these tips are applicable to most web programming languages. In no particular order:
UTF-8 is your friend. Use it.
The big step from ASCII [...]

Also tagged , ,