translations

Drupal 7 translations

Overview of the new and old translation systems and how they work.

http://www.lullabot.com/articles/localized-and-multi-lingual-content-dru...

Posted by: 
Dominique De Cooman

Since I m currently based in France Bordeaux for a six month mission and the entreprise I m working for (MBS Orange/France Télécom) is a french speaking one it was time to learn some french vocabulary. The french in particular have their own word for practicaly each word in the computer/drupa/web/... vocab.

Posted by: 
Dominique De Cooman

This post presents the drupal multilingual variables list so far:

Only core and core module module multilingual variables are included.

<?php
$conf
['i18n_variables'] = array(   
  
'site_name',
  
'site_footer',
  
'site_slogan',
  
'site_mission',
  
'anonymous',
  
'theme_settings',
  
'theme_garland_settings',
  
'site_frontpage',
  
'menu_primary_links_source',?>

Posted by: 
Dominique De Cooman

How to update translations with drupal? The core only imports translations when you enable the language. It does not support updating languages.

We all know how to import language translations in the first place. We go to http://drupal.org/project/Translations and pick our translation and we copy the files onto our drupal core.

This is a must have module on every multilingual site. It will impress clients everytime. http://drupal.org/project/l10n_client

Subscribe to translations