Locale Cookie

Component type

module

Categories

Maintenance status

Development status

Downloads

3913

Component created

Component changed

This module adds a new method for language detection to Drupal 7, it keeps track of the language by means of a cookie, so the language is preserved no matter of the user is logged in or not. It also works for recurring users.

You can specify the name of the cookie (default is language) and the duration of the cookie (default 7 days).

The cookie is set from the moment the module is activated, to make use of the detection you have to enable the cookie detection at admin/config/regional/language/configure and make sure it's after the URL one.

i18n page views

Component type

module

Maintenance status

Development status

Downloads

40085

Component created

Component changed

This module provides a new display of views, where you can select different paths for each language enabled on your site, so a view has a localized route for each language.

6.x-1.x initial development sponsored by Alquimia Proyectos Digitales and Emergya Consultoría.

7.x-1.x initial port sponsored by ymbra.

Panels title i18n

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Description

This module adds the ability to translate:

  • Panels page title
  • Panels pane titles

Right now there is no other module that provides this functionality, but you could implement theme_preprocess_panel_pane in your theme to get panels pane titles translated as explained in the issue related (see ahead).

This is not the best way to resolve this problem but while this functionality it's not in Panels this is a good option.

The translation are handled and inserted with Core's Translation interface.

Translation Enabler

Component type

module

Categories

Maintenance status

Development status

Downloads

291

Component created

Component changed

Creates a block with a reduced list of enabled languages so your translators can work on an incomplete translation while the site is live.

Which languages show is set on the translation_enabler settings page.

If you set language negotiation to fall back to browser settings you may need to disable that setting to truly "hide" the language that is not ready yet.

Media Translation

Component type

module

Categories

Maintenance status

Development status

Downloads

3608

Component created

Component changed

Have you ever worked on a multi-language website that needed different media files per
language? Don't you wish Drupal could just allow you to bundle a group of related files and tag
the language they are in?

The Media Translation module allows you to specify a language for the files you upload
through the Media module, then it allows you to bundle files together in translation sets. By itself, this module is an API module to be used by other modules and does not alter the output of media files.