diff options
Diffstat (limited to 'modules/locale.module')
-rw-r--r-- | modules/locale.module | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/modules/locale.module b/modules/locale.module index 4d6e8f083..c6d0cb173 100644 --- a/modules/locale.module +++ b/modules/locale.module @@ -35,6 +35,11 @@ function locale_help() { <?php } +function locale_system($field){ + $system["description"] = t("Enables the translation of drupal messages to languages other than English."); + return $system[$field]; +} + function locale_perm() { return array("administer locales"); } |