Update: Please note that en_AU is now included by default in Magento so all this is unnecessary.
Simple tip here on how to enable the “English (Australia)” locale in Magento: simply go to app/etc/config.xml and, under config->global->locale->allow->codes add in the text <en_AU/>. Your config file should have something similar to the following:
<config>
<global>
<locale>
<allow>
<codes>
<en_AU/>
You can even do this before installation to allow the selection of the Australian locale during the install process.
I have completed the first part of a new module for the open source ecommerce software Magento which aims to add in a bunch of additional functionality specific for Australia. You can find the module, along with installation instructions at the Fontis Magento project page.
Read the rest of this entry »
Gary Gygax, creator of the Dungeons & Dragons role-playing game, has passed away at the age of 69. I shall have to pull out some of my books tonight for a read in his honour.
Update: I don’t think I could possibly have put it better than how the guys at Penny Arcade have paid tribute.
Update 2: There’s a great obituary for Gygax over at Ars Technica. It’s amazing to think of the impact this man’s work has made on so many people in the world!