diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2007-07-07 15:28:33 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2007-07-07 15:28:33 +0000 |
commit | f40cc462934468f32183ea030776397cc244c489 (patch) | |
tree | 0b063b744c87d198d5650ccecf6f22521f6837be /www/Makefile | |
parent | 64ac26a1c25bb367e4cfe4e4df6dd0e7f30ccf7d (diff) |
This is a collection of modules to add multi-lingual capabilities to Drupal
sites. It provides content translation facilities for nodes and taxonomy,
interface translation for anonymous users when used with the locale module,
and browser language detection. It also includes a block for language
selection and manages translation relationships for nodes and taxonomy
terms.
WWW: http://drupal.org/project/i18n
PR: ports/113728
Submitted by: Nick Hilliard <nick@foobar.org>
Repocopied by: marcus
Notes
Notes:
svn path=/head/; revision=195162
Diffstat (limited to 'www/Makefile')
-rw-r--r-- | www/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile index 9044c169ef4d..6229150b52dc 100644 --- a/www/Makefile +++ b/www/Makefile @@ -124,6 +124,7 @@ SUBDIR += drupal5-adsense SUBDIR += drupal5-google_analytics SUBDIR += drupal5-gsitemap + SUBDIR += drupal5-i18n SUBDIR += drupal5-nice_menus SUBDIR += drupal5-taxonomy_access SUBDIR += drupal5-taxonomy_ticker |