Provide tools for translation and display of text in multiple languages and support for regionalization/localization for dates, numbers, currency, measurement, or other local contexts.

Nodewords Translate

This a is a module developed in response to the thread here: http://drupal.org/node/130389

In summary, Nodewords works wonderfully for nodes in a multilingual setting because each translation of content is a node and has it's own meta information. The problem is that for pages like the homepage, 403 and 404 pages, nodewords only provides one default set of meta information fields. So if you were to set the meta information in English, viewing your non-node based homepage in Spanish would still generate the english meta information.

This module duplicates the fields for languages enabled on your site. It saves that information in a separate DB table called nodewords_translate, and when viewing a translated non-node based page, it will substitute your translated meta information.

Requirements
Branch 6.x-1.x gives support for Nodewords 6.x-1.11
Branch 6.x-2.x gives support for Nodewords 6.x-1.13
Further development
Thanks to jyee granted me, plopesc, as comaintainer. Now I'm working on the following developments:

  • Support for the latest nodewords release
  • Improve features, as support for custom pages
  • Include testing support

Locale Context

Context translation

This module handles contexts for locale. It requires the custom-locale core patch, which is bundled (for Drupal 6.20) with this module.

Under /admin/settings/language/contexts the available and default contexts are managed.

"Available contexts" are the contexts available to the system.
"Default contexts" are the default contexts for the site, FILO fallback.

The translation integrates into Drupals core Locale module.

Theme per language

Allows the administrator to specify a theme to use per language.

Pango

Pango written as it was originally conceived

Pango is a library for laying out and rendering of text, with an emphasis on internationalization.

Easy Menu I18n

Provides easy inteface for menu internationalization.
Depends on Menu Attributes module.

Usage:

Pages

Subscribe with RSS Subscribe to RSS - Multilingual