locale.install
Versione 1.27.2.3 (checked in on 2010/03/04 at 00:15:28 by goba)
Functions
| Nome | Descrizione |
|---|---|
| locale_install | Implementation of hook_install(). |
| locale_schema | Implementation of hook_schema(). |
| locale_uninstall | Implementation of hook_uninstall(). |
| locale_update_6000 | {locales_meta} table became {languages}. |
| locale_update_6001 | Change locale column to language. The language column is added by update_fix_d6_requirements() in update.php to avoid a large number of error messages from update.php. All we need to do here is copy locale to language and then drop locale. |
| locale_update_6002 | Remove empty translations, we don't need these anymore. |
| locale_update_6003 | Prune strings with no translations (will be automatically re-registered if still in use) |
| locale_update_6004 | Fix remaining inconsistent indexes. |
| locale_update_6005 | Change language setting variable of content types. |
| locale_update_6006 | Neutralize unsafe language names in the database. |
