i18n.pgsql typo
benat - April 11, 2005 - 10:08
| Project: | Internationalization |
| Version: | HEAD |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed |
Jump to:
Description
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 :)

#1
#2