Localdrupal
From LocalizationWiki
Drupal(http://drupal.org/) is a Content Management System(CMS) that has full localization support.
Steps for Localizing Drupal CMS
1. Download drupal pot files from http://drupal.org/drupal-pot . The drupal pot files are in the usual gettext format.
2. Once all the files are translated, we can upload it to the drupal cvs. Request for drupal cvs account can be made at http://drupal.org/cvs-account .
3. To install our translated files to drupal, first we need to enable the "locale" module. Once the "locale" module is enbled, go to "localization" in the "administer" menu. Go to "Add Languages" and add the language for which we have the localized po files. After adding the language, go to "import" in the "localization" page and import all the translated po files one by one.
4. To enable our language, go to "Manage Language" in the "localization" page and set the appropriate language as the default.
5. Now we can see the Drupal Interface in our local language.
6. For more information, read the drupal Translators Guide at http://drupal.org/node/11130
