Translation Links

Component type

module

Categories

Maintenance status

Development status

Downloads

1106

Component created

Component changed

Translation Links module creates links to translations in convenient places for semi-multi-lingual sites, such as next to teaser titles, as local tasks (aka tabs) and on node/edit pages.

Translation Access

Component type

module

Categories

Maintenance status

Development status

Downloads

7503

Component created

Component changed

This module provides per-language access control for creating and updating nodes by adding a list of checkboxes for each available language to the user add/edit form (only visible to users with 'administer users' permission). These language permissions are combined with the normal user permissions to give more fine-grained access control.

Language Checker

Component type

module

Maintenance status

Development status

Downloads

3068

Component created

Component changed

Language Checker module provides a tiny little overview page which lists each installed module's translation percentage for each enabled language, and overalls. Utilizes and depends on the Translation template extractor module. The Drupal 7 version has drush integration as well.

Initial module development was sponsored by KYbest.

Autocomplete Widgets for Text and Number Fields

Component type

module

Maintenance status

Development status

Downloads

51155

Component created

Component changed

This module adds 3 autocomplete widgets for CCK fields of type Text and Number.

  • Autocomplete for allowed values list: This widget can be used for Text and Number fields and it takes candidate values from the defined list of Allowed values of the fields. You can even generate your allowed values list using PHP, so the limit to provide a widget with autocomplete features is your imagination!
  • Autocomplete for existing field data: This widget can be used for Text only and it takes candidate values from existing values in the database for that field.
  • (7.x only) Autocomplete for predefined suggestions: This widget can be used for Text only and allows an admin to provide a list of suggestions but still allows users to enter anything they want in a text field. Use this widget to help avoid (but not prevent) variations of the same value. Ex: burger, hamburger, Burger ...
  • (7.x only) Autocomplete for existing field data and some node titles: This widget works just like the "existing field data" widget above except it will also suggest node titles for nodes of a specific content type(s).

All widgets allow you to choose the size of the text element and the method used to match values between 'Starts with' and 'Contains'. You can also enable case sensitive or insensitive matches option. Note however that MySQL may ignore case sensitivity depending on the collation used in your database definition.

When the Internationalization module is enabled, the 'Autocomplete for existing field data' widget also provides an option to filter values by the language assigned to their corresponding nodes. This option allows you to provide a different set of allowed values per language.

LangsAtOnce Create node with translations

Component type

module

Downloads

3413

Component created

Component changed

At one step you create node with translations. Taxonomy and other cck
fields bind to these translations too.

LangsAtOnce creates additional title, body fields for selected languages. So
when you go "create node" page you face with normal fields and
title/body areas. These additional ares will be added as translations.

Gamabhana

Component type

module

Categories

Maintenance status

Development status

Downloads

5824

Component created

Component changed

Need for phonetic editing has its roots in different keyboard layouts developed and used by different users and multiple fonts which in combination failed to produce unique easy to use compatible typing/editing solution. The problem is more in the area of software solutions being developed for different Indic Languages. Web based Direct editing or phonetic editing is an implementation which allows user to type in the context using phonetic key patterns across different keyboards, browsers and different Indic scripts.

What is gamabhana?

Translation 404 - Translation Page Not Found

Component type

module

Downloads

4438

Component created

Component changed

Here is a scenario:

You run a Drupal 6 multilingual site (lets say English & Spanish). You set up the Story content type as a translatable content type and enable the language switcher block on the header.
Now lets say you write your first story in English about your life in the country and You immediately translate it to Spanish - so that all your friends in Barcelona will be able to read it.

FeedAPI Language Filter

Component type

module

Maintenance status

Development status

Downloads

855

Component created

Component changed

The FeedAPI Language Filter is a simple add-on for the FeedAPI Item Filter module that allows incoming feed items to be filtered by language, using the Google AJAX Language API. This module differs from FeedAPI Language Detector module in that this module filters out feed items before they are added to Drupal.