diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2012-01-13 13:03:18 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2012-01-13 13:03:18 -0200 |
commit | 1fd17a98d05c82c61facc0ae028f8a42075fb49a (patch) | |
tree | 9f41f5f3134a56867e54e8e63c2c666abab923b8 | |
parent | 0508b3e44b5d58d6610ffdc46899063c80efed9f (diff) | |
download | puppet-drupal-1fd17a98d05c82c61facc0ae028f8a42075fb49a.tar.gz puppet-drupal-1fd17a98d05c82c61facc0ae028f8a42075fb49a.tar.bz2 |
Adding i18n modules
-rw-r--r-- | files/drupal6.make | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/files/drupal6.make b/files/drupal6.make index eabcfdd..93504ab 100644 --- a/files/drupal6.make +++ b/files/drupal6.make @@ -154,6 +154,12 @@ projects[] = autoload projects[] = makemeeting projects[] = shurly +; i18n +projects[] = i18n +projects[] = i18nviews +projects[] = tcontact +projects[] = languageicons + ; themes projects[] = framework projects[] = zen |