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.

Jquery Bidi

uses Jquery to automatically set directionality attributes of HTML elements based on first strongly directional letter in the element.

Paragraph Auto Directionality

Directionality is set by the first character in the paragraph

This filter tries to determine the directionality of a paragraph, and add a css rule for it. Directionality is set by the first alphabetic character in the paragraph.

Translation table

Screen shot 2010-08-13 at 16.00.20.png

UI for quick translation of taxonomies and menus.

Consistent Language Interface

consistent-language-interface-drupal-6

This module provides a language switching block that is very similar to that provided by the core locale module, however its behavior differs from the locale block in several ways:

1. The visibility of language links in the block is consistent and independent from the existence of translations for the page that you are viewing. The logic here is that the user should be able to change the language of the interface at all times. This is important because often there are menus and blocks that are language specific and the user should always be able to find the link back to their language.

*** For those who would like to have it so that languages which are not translated also do not have language links you should use the Language Icons module in conjunction with the core Locale module. ***

ICanLocalize Translator

Translation Dashboard

For new projects, we recommend using the Translation Management module. It includes all functionality of this module and many new features.

This module manages all translation work for multilingual Drupal sites.

The Translation Dashboard shows everything that needs translation. Content managers can send all new and modified contents to translation at once. Translators translate in our visual editor and the completed translations are saved back in Drupal.

You can use this module with your own translators or with professional translators from ICanLocalize.

Easy Multilingual Content Management

ICanLocalize Translator makes managing site translations easy. Content managers don't need to learn about Drupal's complex multilingual system. All translations are sent from a central Translation Dashboard. This includes nodes, CCK, blocks, taxonomy, menus and any custom content types.

Translators get notifications about new work, they translate and everything is saved back in Drupal.

Built-in Translation QA

We treat translation just like you treat development. Translations are reviewed by an expert translator before they are published. The translator and reviewer use an issue tracking system, so that no change is forgotten.

Formatted Number

Overview

The Formatted Number module defines numeric types where thousands separator and decimal point are inherited from the Format Number API module.

Numeric types supported: signed or unsigned integers (tiny, small, medium, int), decimal and float.

Builtin integration support for: Views, Diff, Token.

Maintained by kenorb and cweagans.

Additional field formatters

You can easily add additional formatters adding the following lines to your settings.php file:

// Additional formatters for fixed number of decimal places.
$conf['formatted_number_decimal_place_formatter_lengths'] = array(0, 1, 2);

// Additional formatters for fixed number of significant figures.
$conf['formatted_number_significant_figure_formatter_lengths'] = array(1, 2, 3, 4);

Be sure to rebuild your theme registry after changing these options.

How can you get involved?

Pages

Subscribe with RSS Subscribe to RSS - Multilingual