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.
Summary
Allow you to upload different logos for each languages defined in your site. Right now, this module allow you to specify the global logo which will affect all themes.
Why you need this module?
Drupal core allow you to upload a logo through the Site Building >> Themes interface. The i18n module allow you to configure special variables that you want to be able to make multilingual. Using only the i18n module you can upload your logos using FTP and then configure different logo paths for each languages. But it CANNOT allow you to upload a new logo using the upload form. When you do that, the logo path is changed back to a default value.
I made this module because I wanted to allow my customers to be able to upload their different logos without having to use FTP and figure out the path from it.
This module allows multilingual content to be imported using the migrate module. It (reasonably, I think) assumes that translations are identified in the source database with a language field and a common key that allows the language variants to be identified as a common translation.
To use this module, enable it as usual (its prerequisites, unsurprisingly, are migrate and i18n). Set up the site's i18n languages and create any migration content sets as desired. Then visit Administer > Content Management > Migrate > Internationalization to configure things. This requires two steps: first, identify the language field and the translation ID field for each content set; save these settings and then set up the language code mappings that correlate language codes in the source data with the enabled Drupal i18n languages. And then proceed to import your data as per usual.
So far this module supports migration of nodes and taxonomy terms only. And only fully multilingual taxonomy terms are handled properly. It is in very active development, as I am currently working on migrating a moderately complex trilingual (English / Hebrew / Arabic) site. As such, it is in a very idiosyncratic alpha state, but bug reports and feature requests are welcome.
Please contact us at http://openconcept.ca if you'd like to contract us to do specific work on this module.
This module lets the administrator see all administration pages in her preferred language.
You can use this to display the frontend of the site in one language and still keep most of the backend in English (or another language of your choice).