Archive for April, 2007

Teaching CakePHP to be Multilingual (part 3)

Wednesday, April 18th, 2007

This is the last part of a three part series. (Part 1) (Part 2) The basic premise of our strategy for dynamic localization was to replace actual strings in the database with ints, which were foreign keys into a `translations` table that held the actual strings. The `translations` table looks like: +------------------+------------------+------+-----+---------+-------+ | Field ... »

Posted in AMO | 4 Comments »

AMO Updates

Monday, April 9th, 2007

Since the site launched a couple weeks ago, the AMO crew has been working diligently to polish off some of the rough edges and fix the bugs that have been reported. We’ve pushed an update to the site tonight that: Fixes files that couldn’t be downloaded Updates for all 13 languages currently offered Fixes add-on data... »

Posted in AMO | 14 Comments »