1.1.2.3 (checked in on 2008/03/10 at 23:27:51 by jareyero)
Internationalization (i18n) package - translatable content type parameters
This new module uses a pure forms/strings approach as opposed to the old one (v5) which was using some dirty db rewrite tricks.
@ TODO Handle node type changed and deleted
@author Jose A. Reyero, 2007
| Name | Description |
|---|---|
| i18ncontent_form_alter | Implementation of hook_form_alter() |
| i18ncontent_form_submit | Handle content type form submissions |
| i18ncontent_help | Implementation of hook_help(). |
| i18ncontent_locale | Implementation of hook_locale(). |
| i18ncontent_locale_refresh | Refresh content type strings |
| i18ncontent_menu_alter | Implementation of hook_menu_alter(). |
| i18ncontent_node_add_page | Replacement for node_add_page |