function locale_perm
Implementation of hook_perm().
Archivo
- drupal-6.x/
modules/ locale/ locale.module, line 185 - Add language handling functionality and enables the translation of the user interface to languages other than English.
Código
function locale_perm() {
return array('administer languages', 'translate interface');
}