How to install a multilingual Drupal 7 website
When you install drupal 7, Initial database would contain 74 tables but this will grow when you add plugins.
Here are the links for plugins to install for a multilingual and minimal Drupal website
- http://drupal.org/project/admin_menu (désactiver Overlay et ToolBar)
- http://www.youtube.com/watch?v=BRX6heWPoAs
- http://drupal.org/project/pathauto
- http://drupal.org/project/globalredirect
- http://drupal.org/project/token ==> crée table cache_token
- http://drupal.org/project/taxonomy_manager
- http://drupal.org/project/variable
- http://drupal.org/project/I18n
Adding languages will create 3 more tables : languages / locales_source / locales_target and here are the rest of plugins to install :
- http://drupal.org/project/transliteration
- http://drupal.org/project/l10n_client
- http://drupal.org/project/l10n_update
Cheers,
