Posted by benat on April 11, 2005 at 10:08am
Jump to:
| Project: | Internationalization |
| Version: | master |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed (fixed) |
Issue Summary
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
#1
#2