On 05/13/2010 01:31 PM, Siebrand Mazeland wrote:
You need a message called 'myextension' in your i18n file like this:
'myextension' => 'My extension'
Indeed, that pointed me to the problem! I was not using lowercase letters only in the array key to the left. It works when fixing that. Thanks!
Samuel