locale.module
Version 1.120.2.2 (checked in on 2006/10/18 at 20:14:08 by killes)
Enables administrators to manage the site interface languages.
When enabled, the site interface can be displayed in different languages. The setup of languages and translations is completely web based. Gettext portable object files are supported.
Functions
| Name | Description |
|---|---|
| locale | Provides interface translation services |
| locale_admin_export | Page handler for the translation export screen |
| locale_admin_import | Page handler for the translation import screen |
| locale_admin_manage | Page handler for the language management screen |
| locale_admin_manage_add | Page handler for the language addition screen |
| locale_admin_manage_delete_screen | User interface for the language deletion confirmation screen |
| locale_admin_string | Page handler for the string search and administration screen |
| locale_get_plural | Returns plural form index for a specific number |
| locale_help | Implementation of hook_help(). |
| locale_menu | Implementation of hook_menu(). |
| locale_perm | Implementation of hook_perm(). |
| locale_refresh_cache | Refreshes database stored cache of translations |
| locale_supported_languages | Returns list of languages supported on this site |
| locale_user | Implementation of hook_user(). |
