Calling all Drupal developers!
Help us get this on the first page of Digg. DIGG NOW!
Help us get this on the first page of Digg. DIGG NOW!
1.36.2.16.2.1 (checked in on 2007/12/04 at 20:17:44 by jareyero)
Internationalization (i18n) module
@author Jose A. Reyero, 2004
| Name | Description |
|---|---|
| LANGUAGE_SUPPORT_EXTENDED | |
| LANGUAGE_SUPPORT_NONE | |
| LANGUAGE_SUPPORT_NORMAL |
| Name | Description |
|---|---|
| i18n_admin_manage_screen_submit | Save language settings in variable |
| i18n_admin_settings | Form builder function. |
| i18n_block | Language block |
| i18n_form_alter | Implementation of hook_form_alter |
| i18n_form_alter_settings | Check for multilingual variables in form |
| i18n_frontpage | Language dependent front page This function will search for aliases like 'en/home', 'es/home'... |
| i18n_get_browser_lang | Get language from browser settings, but only if it is a valid language |
| i18n_get_lang | This one expects to be called first from common.inc |
| i18n_get_lang_prefix | Get language code from path. |
| i18n_get_links | Function i18n_get_links |
| i18n_get_normal_path | This function is similar to drupal_get_normal_path, but language-aware Also removes language from path |
| i18n_help | Implementation of hook_help(). |
| i18n_languages | Get locale languages plus i18n language settings |
| i18n_language_list | Get localized language list, sort alphabetically |
| i18n_language_property | Get language properties |
| i18n_language_rtl | Check whether language is RTL |
| i18n_menu | Implementation of hook_menu(). Modify rewriting conditions when viewing specific nodes |
| i18n_menu_edit_item_form_submit | Process menu and menu item add/edit form submissions. |
| i18n_nodeapi | Implementation of hook_nodeapi(). |
| i18n_node_get_lang | Get node language |
| i18n_node_language_list | Get allowed languages for node |
| i18n_path | Produces i18n paths, with language prefix If path is empty or site frontpage, path = 'lang' Check for frontpage and search for alias before adding language |
| i18n_perm | Implementation of hook_perm(). |
| i18n_supported_languages | Get list of supported languages |
| i18n_taxonomy | Implementation of hook_taxonomy |
| i18n_user | Implementation of hook_user() |
| i18n_variable_del | Unset a persistent multilingual variable. |
| i18n_variable_form_submit | Save multilingual variables and remove them from form |
| i18n_variable_set | Set a persistent language dependent variable. |
| theme_i18n_admin_manage_screen | Theme the locale admin manager form. |
| _i18n_get_lang | Gets language, checking in order: |
| _i18n_get_original_path | To get the original path. Cannot use $_GET["q"] cause it may have been already changed |
| _i18n_is_bootstrap | |
| _i18n_locale_supported_languages | Returns list of enabled languages from locale module |
| _i18n_selection_mode | |
| _i18n_set_db_prefix | Sets db_prefix to given language |