function locale_perm in Localization client 5
Implementation of hook_perm().
File
- locale/
locale.module, line 126 - Enables administrators to manage the site interface languages.
Code
function locale_perm() {
return array(
'administer locales',
);
}