i18n.pgsql updates a "vocabylary" table, wich doesn't exist :
>> UPDATE vocabylary SET language='';
should be
>> UPDATE vocabulary SET language='';
Thanks for this module, I do will use it :)
i18n.pgsql updates a "vocabylary" table, wich doesn't exist :
>> UPDATE vocabylary SET language='';
should be
>> UPDATE vocabulary SET language='';
Thanks for this module, I do will use it :)
Comments
Comment #1
jose reyero commentedComment #2
jose reyero commented